|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.dynalivery.harmoni.FormatOptions
|
+--com.dynalivery.harmoni.PDFFormatOptions
This class defines the Saffron PDF formatting options
| Constructor Summary | |
PDFFormatOptions()
Creates a new PDFFormatOptions |
|
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.harmoni.FormatOptions |
getFileType,
setFileType |
| Methods inherited from class java.lang.Object |
equals,
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
public PDFFormatOptions()
throws 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()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||