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
Replace font to defined replacement font.
|
static int |
UseStandardFont
Replace 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
Replace font to standard font which contains required character.
public static final int ReplaceAnyway
Replace text anyway without font substitution.
public static final int UseCustomReplacementFont
Replace font to defined replacement font.
Copyright © 2025 Aspose. All Rights Reserved.