Index

Object HARMONI.RTFFormatOptions


Variable Index

 o ABSOLUTE
Type identifier for creating an RTFAbsoluteSerializer.
 o SIZE_REDUCER
Type identifier for creating an RTFSizeReduceSerializer.

Method Index

 o getSerializerType()
getSerializerType
 o getXML()
Returns the an XML String representation of the format options, if any
 o setSerializerType(int)
setSerializerType
 o toString()
Creates display string for format options.

Field Detail

 o ABSOLUTE
int ABSOLUTE
          Type identifier for creating an RTFAbsoluteSerializer.
 o SIZE_REDUCER
int SIZE_REDUCER
          Type identifier for creating an RTFSizeReduceSerializer.

Method Detail

 o setSerializerType
void setSerializerType(int serializerType)
          setSerializerType
Parameters:
serializerType - Indicates the type of the Serializer to be used.
 o getSerializerType
String getSerializerType()
          getSerializerType
Returns:
If AbsolutePositioning is being used
 o getXML
byte[] getXML()
          Returns the an XML String representation of the format options, if any
 o toString
String toString()
          Creates display string for format options.

Index