Enum Class TextStyleType

java.lang.Object
java.lang.Enum<TextStyleType>
com.inet.pdfc.config.TextStyleType
All Implemented Interfaces:
Serializable, Comparable<TextStyleType>, Constable

public enum TextStyleType extends Enum<TextStyleType>
List of all possible TextStyles for comparison.
  • Enum Constant Details

    • SIZE

      public static final TextStyleType SIZE
      Difference for Text Size
    • COLOR

      public static final TextStyleType COLOR
      Difference for Text Color
    • FONT

      public static final TextStyleType FONT
      Difference for Text Fontfamily
    • STYLES

      public static final TextStyleType STYLES
      Difference for Text Styles (Bold, italic, underline
    • ROTATION

      public static final TextStyleType ROTATION
      Differences in text rotation
    • SPACING

      public static final TextStyleType SPACING
      Differences for spaces and line breaks that are not a semantical difference but rather improvements to the visual appearance
      Since:
      i-net PDFC 6.1
  • Method Details

    • values

      public static TextStyleType[] 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 TextStyleType 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