public class WordsOptions extends Object
Options for Words documents conversion.
Modifier and Type | Field and Description |
---|---|
static boolean |
SHOW_TRACKED_CHANGES_DEFAULT
Constant
SHOW_TRACKED_CHANGES_DEFAULT=false |
Constructor and Description |
---|
WordsOptions()
Initializes a new instance of the
WordsOptions class. |
Modifier and Type | Method and Description |
---|---|
Charset |
getEncoding()
The document encoding.
|
com.aspose.ms.System.Text.Encoding |
getEncodingInternal()
getEncodingInternal.
|
boolean |
getShowTrackedChanges()
Indicates whether tracked changes should be rendered or not.
|
void |
setEncoding(Charset value)
The document encoding.
|
void |
setEncodingInternal(com.aspose.ms.System.Text.Encoding value)
setEncodingInternal.
|
void |
setShowTrackedChanges(boolean value)
Indicates whether tracked changes should be rendered or not.
|
public static final boolean SHOW_TRACKED_CHANGES_DEFAULT
SHOW_TRACKED_CHANGES_DEFAULT=false
public WordsOptions()
Initializes a new instance of the WordsOptions
class.
public com.aspose.ms.System.Text.Encoding getEncodingInternal()
getEncodingInternal.
Encoding
object.public void setEncoding(Charset value)
The document encoding.
value
- a Charset
object.public void setEncodingInternal(com.aspose.ms.System.Text.Encoding value)
setEncodingInternal.
value
- a Encoding
object.public boolean getShowTrackedChanges()
Indicates whether tracked changes should be rendered or not. Default value is false
public void setShowTrackedChanges(boolean value)
Indicates whether tracked changes should be rendered or not. Default value is false
value
- a boolean.Copyright © 2018. All rights reserved.