public class TxtSaveOptions extends TxtSaveOptionsBase
SaveFormat.TEXT format.
To learn more, visit the Specify Save Options documentation article.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddBidiMarks()
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.
|
TxtListIndentation |
getListIndentation()
Gets a ListIndentation object that specifies how many and which character to use for indentation of list levels.
|
int |
getMaxCharactersPerLine()
Gets an integer value that specifies the maximum number of characters per one line.
|
boolean |
getPreserveTableLayout()
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format.
|
int |
getSaveFormat()
Specifies the format in which the document will be saved if this save options object is used.
|
boolean |
getSimplifyListLabels()
Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
|
void |
setAddBidiMarks(boolean value)
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.
|
void |
setMaxCharactersPerLine(int value)
Sets an integer value that specifies the maximum number of characters per one line.
|
void |
setPreserveTableLayout(boolean value)
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format.
|
void |
setSaveFormat(int value)
Specifies the format in which the document will be saved if this save options object is used.
|
void |
setSimplifyListLabels(boolean value)
Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
|
getEncoding, getExportHeadersFootersMode, getForcePageBreaks, getParagraphBreak, setEncoding, setExportHeadersFootersMode, setForcePageBreaks, setParagraphBreakcreateSaveOptions, createSaveOptions, getAllowEmbeddingPostScriptFonts, getDefaultTemplate, getDml3DEffectsRenderingMode, getDmlEffectsRenderingMode, getDmlRenderingMode, getExportGeneratorName, getImlRenderingMode, getMemoryOptimization, getPrettyFormat, getProgressCallback, getTempFolder, getUpdateCreatedTimeProperty, getUpdateFields, getUpdateLastPrintedProperty, getUpdateLastSavedTimeProperty, getUpdateSdtContent, getUseAntiAliasing, getUseHighQualityRendering, setAllowEmbeddingPostScriptFonts, setDefaultTemplate, setDml3DEffectsRenderingMode, setDmlEffectsRenderingMode, setDmlRenderingMode, setExportGeneratorName, setImlRenderingMode, setMemoryOptimization, setPrettyFormat, setProgressCallback, setTempFolder, setUpdateCreatedTimeProperty, setUpdateFields, setUpdateLastPrintedProperty, setUpdateLastSavedTimeProperty, setUpdateSdtContent, setUseAntiAliasing, setUseHighQualityRenderingpublic int getSaveFormat()
SaveFormat.TEXT.getSaveFormat in class SaveOptionsint value. The returned value is one of SaveFormat constants.public void setSaveFormat(int value)
SaveFormat.TEXT.setSaveFormat in class SaveOptionsvalue - The corresponding int value. The value must be one of SaveFormat constants.public boolean getSimplifyListLabels()
Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
If set to true, numbered list labels are written in simple numeric format and itemized list labels as simple ASCII characters. The default value is false.
boolean value.public void setSimplifyListLabels(boolean value)
Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
If set to true, numbered list labels are written in simple numeric format and itemized list labels as simple ASCII characters. The default value is false.
value - The corresponding boolean value.public boolean getAddBidiMarks()
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.
The default value is false.
boolean value.public void setAddBidiMarks(boolean value)
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.
The default value is false.
value - The corresponding boolean value.public TxtListIndentation getListIndentation()
public boolean getPreserveTableLayout()
boolean value.public void setPreserveTableLayout(boolean value)
value - The corresponding boolean value.public int getMaxCharactersPerLine()
public void setMaxCharactersPerLine(int value)
value - An integer value that specifies the maximum number of characters per one line.