public final class RtfOptions extends ValueObject implements Serializable
Options for conversion to RTF file type.
Constructor and Description |
---|
RtfOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getExportImagesForOldReaders()
Specifies whether the keywords for "old readers" are written to RTF or not.
|
void |
setExportImagesForOldReaders(boolean value)
Specifies whether the keywords for "old readers" are written to RTF or not.
|
equals, equals, hashCode, op_Equality, op_Inequality
public final boolean getExportImagesForOldReaders()
Specifies whether the keywords for "old readers" are written to RTF or not. This can significantly affect the size of the RTF document. Default is False.
public final void setExportImagesForOldReaders(boolean value)
Specifies whether the keywords for "old readers" are written to RTF or not. This can significantly affect the size of the RTF document. Default is False.