Class PDActionHide

    • Field Detail

      • SUB_TYPE

        public static final java.lang.String SUB_TYPE
        This type of action this object represents.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PDActionHide

        public PDActionHide()
        Default Constructor
      • PDActionHide

        public PDActionHide​(COSDictionary a)
        Constructor
        Parameters:
        a - the action dictionary
    • Method Detail

      • getT

        public COSBase getT()
        The annotation or annotations to be hidden or shown
        Returns:
        The T entry of the specific thread action dictionary.
      • setT

        public void setT​(COSBase t)
        Parameters:
        t - annotation or annotations
      • getH

        public boolean getH()
        A flag indicating whether to hide the annotation or show it
        Returns:
        true if annotation is hidden
      • setH

        public void setH​(boolean h)
        Parameters:
        h - hide flag