Class PDPrintFieldAttributeObject

    • Field Detail

      • OWNER_PRINT_FIELD

        public static final java.lang.String OWNER_PRINT_FIELD
        standard attribute owner: PrintField
        See Also:
        Constant Field Values
      • ROLE_RB

        public static final java.lang.String ROLE_RB
        role: rb: Radio button
        See Also:
        Constant Field Values
      • ROLE_CB

        public static final java.lang.String ROLE_CB
        role: cb: Check box
        See Also:
        Constant Field Values
      • ROLE_PB

        public static final java.lang.String ROLE_PB
        role: pb: Push button
        See Also:
        Constant Field Values
      • ROLE_TV

        public static final java.lang.String ROLE_TV
        role: tv: Text-value field
        See Also:
        Constant Field Values
      • CHECKED_STATE_ON

        public static final java.lang.String CHECKED_STATE_ON
        checked state: on
        See Also:
        Constant Field Values
      • CHECKED_STATE_OFF

        public static final java.lang.String CHECKED_STATE_OFF
        checked state: off
        See Also:
        Constant Field Values
      • CHECKED_STATE_NEUTRAL

        public static final java.lang.String CHECKED_STATE_NEUTRAL
        checked state: neutral
        See Also:
        Constant Field Values
    • 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 java.lang.String getRole()
        Gets the role.
        Returns:
        the role
      • setRole

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

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

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

        public void setAlternateName​(java.lang.String alternateName)
        Sets the alternate name of the field (Desc).
        Parameters:
        alternateName - the alternate name of the field