public final class EmbedFontCharacters
extends com.aspose.ms.System.Enum
Represents the rule to use for adding new embedding font into IPresentation
Modifier and Type | Field and Description |
---|---|
static int |
All
Embed all characters (best for editing by other people).
|
static int |
OnlyUsed
Embed only the characters used in the presentation (best for reducing file size).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int OnlyUsed
Embed only the characters used in the presentation (best for reducing file size).
public static final int All
Embed all characters (best for editing by other people).