Class PDPrintFieldAttributeObject

    • Constructor Detail

      • 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 Detail

      • 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
      • 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