com.spire.pdf.actions
Class PdfHideAction

java.lang.Object
  extended by com.spire.pdf.actions.PdfAction
      extended by com.spire.pdf.actions.PdfHideAction

public class PdfHideAction
extends PdfAction

Represents an action which performs hide action in pdf document.


Constructor Summary
PdfHideAction(java.lang.String[] fieldNames, boolean isHide)
          Initializes a new instance of the class.
PdfHideAction(java.lang.String fieldName, boolean isHide)
          Initializes a new instance of the class.
 
Method Summary
 
Methods inherited from class com.spire.pdf.actions.PdfAction
getDictionary, getNextAction, setNextAction
 

Constructor Detail

PdfHideAction

public PdfHideAction(java.lang.String fieldName,
                     boolean isHide)
Initializes a new instance of the class.

Parameters:
fieldName - the fully qualified field name
isHide - A flag indicating whether to hide the annotation (true) or show it (false).

PdfHideAction

public PdfHideAction(java.lang.String[] fieldNames,
                     boolean isHide)
Initializes a new instance of the class.

Parameters:
fieldNames - the fully qualified field name
isHide - A flag indicating whether to hide the annotation (true) or show it (false).