public static final class TextEditOptions.NoCharacterAction
extends com.aspose.ms.System.Enum
Action to perform if font does not contain required character
Modifier and Type | Field and Description |
---|---|
static int |
ReplaceAnyway
Replace text anyway without font substitution
|
static int |
ThrowException
Throw exception
|
static int |
UseCustomReplacementFont
Repalce font to defined replacement font
|
static int |
UseStandardFont
Repalce font to standard font which contains required character
|
public static final int ThrowException
Throw exception
public static final int UseStandardFont
Repalce font to standard font which contains required character
public static final int ReplaceAnyway
Replace text anyway without font substitution
public static final int UseCustomReplacementFont
Repalce font to defined replacement font
Copyright © 2022 Aspose. All Rights Reserved.