Packages

 

com.aspose.cad

Class CustomFontFolderOptions

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.CustomFontFolderOptions


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

    Options for custom font folder specification.

    • 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 AddFolderForAll
      Adds specified folders to default font folders for all files
      static int AddFolderForSingleFile
      Adds specified folders to default font folders for this one file
      static int ReplaceFolderForAll
      Uses only specified font folders (without default folders) for this one file
      static int ReplaceFolderForSingleFile
      Uses only specified font folders (without default folders) for this one file
      • 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, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • AddFolderForSingleFile

        public static final int AddFolderForSingleFile

        Adds specified folders to default font folders for this one file

        See Also:
        Constant Field Values
      • AddFolderForAll

        public static final int AddFolderForAll

        Adds specified folders to default font folders for all files

        See Also:
        Constant Field Values
      • ReplaceFolderForSingleFile

        public static final int ReplaceFolderForSingleFile

        Uses only specified font folders (without default folders) for this one file

        See Also:
        Constant Field Values
      • ReplaceFolderForAll

        public static final int ReplaceFolderForAll

        Uses only specified font folders (without default folders) for this one file

        See Also:
        Constant Field Values