|
||||||||||
| 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.PDFFormatOptions
This class defines the Saffron PDF formatting options
| Field Summary |
| Fields inherited from class com.dynalivery.saffron.client.FormatOptions |
fileType |
| Constructor Summary | |
PDFFormatOptions(boolean fontEmbedding,
boolean linearized)
Creates a new PDFFormatOptions |
|
| Method Summary | |
boolean |
getFontEmbedding()
Returns true if fonts should be embedded |
boolean |
getLinearized()
Returns true if linearized PDF should be generated |
byte[] |
getXML()
Returns an XML String that describes these PDF formatting options |
void |
setFontEmbedding(boolean fontEmbedding)
Sets the font embedding PDF formatting option |
void |
setLinearized(boolean linearized)
Sets linearized PDF formatting option |
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 |
| Constructor Detail |
public PDFFormatOptions(boolean fontEmbedding,
boolean linearized)
throws InvalidParameterException
fontEmbedding - true if fonts should be embeddedlinearized - true if linearized PDF should be generated
InvalidParameterException| Method Detail |
public boolean getFontEmbedding()
public void setFontEmbedding(boolean fontEmbedding)
fontEmbedding - true if fonts should be embeddedpublic boolean getLinearized()
public void setLinearized(boolean linearized)
linearized - true if linearized PDF should be generatedpublic 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 | |||||||||