Index

Object HARMONI.FormatOptions


This class defines the formatting options for a Saffron export.

Method Index

 o getFileType()
Returns the output file type (e.g.
 o getXML()
Returns an XML String representation of the format options, if any
 o setFileType(int)
Sets the output file type
 o toString()
Creates display string for format options.

Method Detail

 o getFileType
int getFileType()
          Returns the output file type (e.g. FileType.PDF)
Returns:
the output file type (e.g. FileType.PDF)
 o setFileType
void setFileType(int fileType)
          Sets the output file type
Parameters:
fileType - the output file type (e.g. FileType.PDF)
 o getXML
byte[] getXML()
          Returns an XML String representation of the format options, if any
Returns:
an XML String representation of the format options, if any
 o toString
String toString()
          Creates display string for format options. Must be overridden in subclasses.
Returns:
display string for format options. Must be overridden in subclasses.

Index