Index
Object HARMONI.RTFFormatOptions
ABSOLUTE- Type identifier for creating an RTFAbsoluteSerializer.
SIZE_REDUCER- Type identifier for creating an RTFSizeReduceSerializer.
getSerializerType()
- getSerializerType
getXML()
- Returns the an XML String representation of the format options, if any
setSerializerType(int)
- setSerializerType
toString()
- Creates display string for format options.
ABSOLUTE
int ABSOLUTE
Type identifier for creating an RTFAbsoluteSerializer.
SIZE_REDUCER
int SIZE_REDUCER
Type identifier for creating an RTFSizeReduceSerializer.
setSerializerType
void setSerializerType(int serializerType)
setSerializerType
- Parameters:
serializerType - Indicates the type of the Serializer to be used.
getSerializerType
String getSerializerType()
getSerializerType
- Returns:
- If AbsolutePositioning is being used
getXML
byte[] getXML()
Returns the an XML String representation of the format options, if any
toString
String toString()
Creates display string for format options.
Index