com.spire.pdf.actions
Class PdfHideAction
java.lang.Object
com.spire.pdf.actions.PdfAction
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. |
PdfHideAction
public PdfHideAction(java.lang.String fieldName,
boolean isHide)
- Initializes a new instance of the class.
- Parameters:
fieldName - the fully qualified field nameisHide - 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 nameisHide - A flag indicating whether to hide the annotation (true) or show it (false).