EmbedFontCharacters
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmbedFontCharacters extends System.Enum
Represents the rule to use for adding new embedding font into IPresentation
Fields
Field | Description |
---|---|
OnlyUsed | Embed only the characters used in the presentation (best for reducing file size). |
All | Embed all characters (best for editing by other people). |
OnlyUsed
public static final int OnlyUsed
Embed only the characters used in the presentation (best for reducing file size).
All
public static final int All
Embed all characters (best for editing by other people).