Enum Class PdfMergeAttributes.MergeAttributes

java.lang.Object
java.lang.Enum<PdfMergeAttributes.MergeAttributes>
org.jpedal.tools.PdfMergeAttributes.MergeAttributes
All Implemented Interfaces:
Serializable, Comparable<PdfMergeAttributes.MergeAttributes>, Constable
Enclosing class:
PdfMergeAttributes

public static enum PdfMergeAttributes.MergeAttributes extends Enum<PdfMergeAttributes.MergeAttributes>
Attribute names used on the command line These attributes control the appearance and features of the various Pdf Merge options
  • Enum Constant Details

    • FONT_NAME

      public static final PdfMergeAttributes.MergeAttributes FONT_NAME
      Attribute name that controls the font that will be used when generating new content for the merge
    • FONT_SIZE

      public static final PdfMergeAttributes.MergeAttributes FONT_SIZE
      Attribute name that controls the size of the font that will be used when generating new content for the merge
    • TEXT_COLOR

      public static final PdfMergeAttributes.MergeAttributes TEXT_COLOR
      Attribute name that controls the color of the text that will be used when generating new content for the merge
  • Method Details

    • values

      public static PdfMergeAttributes.MergeAttributes[] 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 PdfMergeAttributes.MergeAttributes 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