public class PDFHideAction extends PDFAction
TYPE_EMBEDDEDGOTO, TYPE_GOTO, TYPE_HIDE, TYPE_IMPORTDATA, TYPE_JAVASCRIPT, TYPE_LAUNCH, TYPE_NAMED, TYPE_REMOTEGOTO, TYPE_RENDITION, TYPE_RESETFORM, TYPE_SUBMITFORM, TYPE_UNSUPPORTED, TYPE_URI
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFields()
Get an array which are names of fields to be included or excluded.
|
boolean |
isHide()
Check whether hide annotations or not.
|
void |
setFields(java.lang.String[] fields)
Set fields to be included or excluded.
|
void |
setHide(boolean isHide)
Set hide annotations or not.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public java.lang.String[] getFields() throws PDFException
PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setFields(java.lang.String[] fields) throws PDFException
fields
- An array
which are names of fields to be included or excluded.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public boolean isHide() throws PDFException
true
if hide annotations, otherwise return false
.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setHide(boolean isHide) throws PDFException
isHide
- True if hide annotations, otherwise false.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException