|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.FormatOptions
com.dynalivery.saffron.client.RTFFormatOptions
There currently are no RTF format options.
| Field Summary | |
static int |
ABSOLUTE
Type identifier for creating an RTFAbsoluteSerializer. |
static int |
SIZE_REDUCER
Type identifier for creating an RTFSizeReduceSerializer. |
| Fields inherited from class com.dynalivery.saffron.client.FormatOptions |
fileType |
| Constructor Summary | |
RTFFormatOptions()
Creates new RTFFormatOptions |
|
RTFFormatOptions(int serializerType)
Creates new RTFFormatOptions |
|
| Method Summary | |
java.lang.String |
getSerializerType()
getSerializerType |
byte[] |
getXML()
Returns the an XML String representation of the format options, if any |
void |
setSerializerType(int serializerType)
setSerializerType |
java.lang.String |
toString()
Creates display string for format options. |
| Methods inherited from class com.dynalivery.saffron.client.FormatOptions |
getFileType, setFileType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ABSOLUTE
public static final int SIZE_REDUCER
| Constructor Detail |
public RTFFormatOptions()
throws InvalidParameterException
public RTFFormatOptions(int serializerType)
throws InvalidParameterException
| Method Detail |
public void setSerializerType(int serializerType)
throws InvalidParameterException
serializerType - Indicates the type of the Serializer to be used.
InvalidParameterExceptionpublic java.lang.String getSerializerType()
public byte[] getXML()
getXML in class FormatOptionspublic java.lang.String toString()
toString in class FormatOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||