public class RtfLoadOptions extends LoadOptions
LoadFormat.RTF document into a Document object.
To learn more, visit the Specify Load Options documentation article.
| Constructor and Description |
|---|
RtfLoadOptions()
Initializes a new instance of this class with default values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRecognizeUtf8Text()
When set to true, T:Aspose.Charset.CharsetDetector will try to detect UTF8 characters, they will be preserved during import.
|
void |
setRecognizeUtf8Text(boolean value)
When set to true, T:Aspose.Charset.CharsetDetector will try to detect UTF8 characters, they will be preserved during import.
|
getBaseUri, getConvertMetafilesToPng, getConvertShapeToOfficeMath, getEncoding, getFontSettings, getLanguagePreferences, getLoadFormat, getMswVersion, getPassword, getPreserveIncludePictureField, getProgressCallback, getResourceLoadingCallback, getTempFolder, getUpdateDirtyFields, getWarningCallback, setBaseUri, setConvertMetafilesToPng, setConvertShapeToOfficeMath, setEncoding, setFontSettings, setLoadFormat, setMswVersion, setPassword, setPreserveIncludePictureField, setProgressCallback, setResourceLoadingCallback, setTempFolder, setUpdateDirtyFields, setWarningCallbackpublic RtfLoadOptions()
public boolean getRecognizeUtf8Text()
When set to true, T:Aspose.Charset.CharsetDetector will try to detect UTF8 characters, they will be preserved during import.
Default value is false.boolean value.public void setRecognizeUtf8Text(boolean value)
When set to true, T:Aspose.Charset.CharsetDetector will try to detect UTF8 characters, they will be preserved during import.
Default value is false.value - The corresponding boolean value.