public final class TextSaveOptions extends Object implements ISaveOptions
Allows to specify custom options for generating and saving plain text (TXT) documents
Constructor and Description |
---|
TextSaveOptions() |
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
|
Charset |
getEncoding()
Character encoding of the text document, which will be applied for its
saving
|
com.aspose.ms.System.Text.Encoding |
getEncodingInternal() |
boolean |
getPreserveTableLayout()
Specifies whether the program should attempt to preserve layout of tables
when saving in the plain text format.
|
void |
setAddBidiMarks(boolean value)
Specifies whether to add bi-directional marks before each BiDi run when
exporting in plain text format
|
void |
setEncoding(Charset value)
Character encoding of the text document, which will be applied for its
saving
|
void |
setEncodingInternal(com.aspose.ms.System.Text.Encoding value) |
void |
setPreserveTableLayout(boolean value)
Specifies whether the program should attempt to preserve layout of tables
when saving in the plain text format.
|
public final boolean getAddBidiMarks()
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format
public final Charset getEncoding()
Character encoding of the text document, which will be applied for its saving
public com.aspose.ms.System.Text.Encoding getEncodingInternal()
public final boolean getPreserveTableLayout()
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false.
public final void setAddBidiMarks(boolean value)
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format
value
- public final void setEncoding(Charset value)
Character encoding of the text document, which will be applied for its saving
value
- public void setEncodingInternal(com.aspose.ms.System.Text.Encoding value)
public final void setPreserveTableLayout(boolean value)
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false.
value
-