public static final class TextStamp.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
If the font does not contain all the characters of the string, an exception is thrown.
|
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
If the font does not contain all the characters of the string, an exception is thrown.
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 © 2024 Aspose. All Rights Reserved.