public final class TextEditOptions extends TextOptions
Descubes options of text edit operations.
Modifier and Type | Class and Description |
---|---|
static class |
TextEditOptions.FontReplace
Font replacement behavior.
|
static class |
TextEditOptions.NoCharacterAction
Action to perform if font does not contain required character
|
Constructor and Description |
---|
TextEditOptions(int noCharacterBehavior)
Initializes new instance of the
TextEditOptions object for the specified no-character behavior mode. |
Modifier and Type | Method and Description |
---|---|
int |
getFontReplaceBehavior()
Gets mode that defines behavior for fonts replacement scenarios.
|
int |
getNoCharacterBehavior()
Gets mode that defines behavior in case fonts don't contain requested characters.
|
void |
setFontReplaceBehavior(int value)
Sets mode that defines behavior for fonts replacement scenarios.
|
void |
setNoCharacterBehavior(int value)
Sets mode that defines behavior in case fonts don't contain requested characters.
|
public TextEditOptions(int noCharacterBehavior)
Initializes new instance of the TextEditOptions
object for the specified no-character behavior mode.
noCharacterBehavior
- TextEditOptions.NoCharacterAction
public int getNoCharacterBehavior()
Gets mode that defines behavior in case fonts don't contain requested characters.
TextEditOptions.NoCharacterAction
public void setNoCharacterBehavior(int value)
Sets mode that defines behavior in case fonts don't contain requested characters.
TextEditOptions.NoCharacterAction
public int getFontReplaceBehavior()
TextEditOptions.FontReplace
public void setFontReplaceBehavior(int value)
TextEditOptions.FontReplace
Copyright © 2017 Aspose. All Rights Reserved.