RtfOptions
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
All Implemented Interfaces: java.io.Serializable
public final class RtfOptions extends ValueObject implements Serializable
Options for conversion to RTF file type.
Constructors
| Constructor | Description |
|---|---|
| RtfOptions() |
Methods
| Method | Description |
|---|---|
| getExportImagesForOldReaders() | Specifies whether the keywords for “old readers” are written to RTF or not. |
| setExportImagesForOldReaders(boolean value) | Specifies whether the keywords for “old readers” are written to RTF or not. |
RtfOptions()
public RtfOptions()
getExportImagesForOldReaders()
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.
Returns: boolean
setExportImagesForOldReaders(boolean value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |