Class PDPrintFieldAttributeObject

All Implemented Interfaces:
COSObjectable

public class PDPrintFieldAttributeObject extends PDStandardAttributeObject
A PrintField attribute object.
  • Field Details

  • Constructor Details

    • PDPrintFieldAttributeObject

      public PDPrintFieldAttributeObject()
      Default constructor.
    • PDPrintFieldAttributeObject

      public PDPrintFieldAttributeObject(COSDictionary dictionary)
      Creates a new PrintField attribute object with a given dictionary.
      Parameters:
      dictionary - the dictionary
  • Method Details

    • getRole

      public String getRole()
      Gets the role.
      Returns:
      the role
    • setRole

      public void setRole(String role)
      Sets the role. The value of Role shall be one of the following:
      Parameters:
      role - the role
    • getCheckedState

      public String getCheckedState()
      Gets the checked state. The default value is CHECKED_STATE_OFF.
      Returns:
      the checked state
    • setCheckedState

      public void setCheckedState(String checkedState)
      Sets the checked state. The value shall be one of:
      Parameters:
      checkedState - the checked state
    • getAlternateName

      public String getAlternateName()
      Gets the alternate name of the field (Desc).
      Returns:
      the alternate name of the field
    • setAlternateName

      public void setAlternateName(String alternateName)
      Sets the alternate name of the field (Desc).
      Parameters:
      alternateName - the alternate name of the field
    • toString

      public String toString()
      Overrides:
      toString in class PDAttributeObject