public static final class TextEditOptions.LanguageTransformation
extends com.aspose.ms.System.Enum
Language transformation modes
Modifier and Type | Field and Description |
---|---|
static int |
Default
Default language transformation is performed.
|
static int |
ExactlyAsISee
Language transformation is performed the same way as in a text editor.
|
static int |
None
Language transformation is not performed.
|
public static final int Default
Default language transformation is performed.
public static final int ExactlyAsISee
Language transformation is performed the same way as in a text editor. It usually means text will looks in the document exactly as You see it in code. But no warranties.
public static final int None
Language transformation is not performed.