DwfString

Represents String

Constructors

ConstructorDescription
DwfString()Initializes a new instance of the DwfString class
DwfString(String initValue)Initializes a new instance of the DwfString class

Methods

MethodDescription
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:

ParameterTypeDescription
initValueStringinitial 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