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
|
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 |
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. Default is 'false' — do not add BiDi marks.
public final Charset getEncoding()
Character encoding of the text document, which will be applied for its saving
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 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 - Copyright © 2024. All rights reserved.