Class PDActionHide

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAction
org.apache.pdfbox.pdmodel.interactive.action.PDActionHide
All Implemented Interfaces:
COSObjectable, PDDestinationOrAction

public class PDActionHide extends PDAction
This represents a thread action that can be executed in a PDF document.
Author:
Evgeniy Muravitskiy
  • Field Details

  • Constructor Details

    • PDActionHide

      public PDActionHide()
      Default Constructor
    • PDActionHide

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

    • 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