Enum Class FontFlags

java.lang.Object
java.lang.Enum<FontFlags>
com.datalogics.PDFL.FontFlags
All Implemented Interfaces:
Serializable, Comparable<FontFlags>, Constable

public enum FontFlags extends Enum<FontFlags>
Defining bit masks for the font flags
  • Enum Constant Details

    • FIXED_WIDTH

      public static final FontFlags FIXED_WIDTH
    • SERIF

      public static final FontFlags SERIF
    • SYMBOLIC

      public static final FontFlags SYMBOLIC
    • SCRIPT

      public static final FontFlags SCRIPT
    • STANDARD

      public static final FontFlags STANDARD
    • ITALIC

      public static final FontFlags ITALIC
    • ALL_CAP

      public static final FontFlags ALL_CAP
    • SMALL_CAP

      public static final FontFlags SMALL_CAP
    • FORCE_BOLD

      public static final FontFlags FORCE_BOLD
  • Method Details

    • values

      public static FontFlags[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FontFlags valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null