com.aspose.pdf.text

Class SubstitutionFontCategories

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.text.SubstitutionFontCategories


  • public final class SubstitutionFontCategories
    extends com.aspose.ms.System.Enum

    Represents font categories that can be substituted.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int AllEmbeddedFonts
      All embedded fonts are substituted.
      static int TheSameNamedEmbeddedFonts
      The fonts that are named the same as system fonts.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • TheSameNamedEmbeddedFonts

        public static final int TheSameNamedEmbeddedFonts

        The fonts that are named the same as system fonts. Those fonts are mostly safe to be substituted with the same named system fonts.

        See Also:
        Constant Field Values
      • AllEmbeddedFonts

        public static final int AllEmbeddedFonts

        All embedded fonts are substituted.

        See Also:
        Constant Field Values