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 |
|---|---|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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_Inequalityprotected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic 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.
Copyright © 2024. All rights reserved.