DwfString
Represents String
Constructors
| Constructor | Description |
|---|---|
| DwfString() | Initializes a new instance of the DwfString class |
| DwfString(String initValue) | Initializes a new instance of the DwfString class |
Methods
| Method | Description |
|---|---|
| getAsciiString() | Gets string value of object |
| setAsciiString(String value) | Gets string value of object |
DwfString()
public DwfString()
Initializes a new instance of the DwfString class
DwfString(String initValue)
public DwfString(String initValue)
Initializes a new instance of the DwfString class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| initValue | String | initial value |
getAsciiString()
public final String getAsciiString()
Gets string value of object
Returns: String
setAsciiString(String value)
public final void setAsciiString(String value)
Gets string value of object