|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfObjectContainer
com.crionics.jpdf.action.AbstractAction
com.crionics.jpdf.action.HideAction
public class HideAction
A Hide action allows to hide or to make visible annotations or form fields.
| Method Summary | |
|---|---|
static HideAction |
createInstance(PdfDocument doc)
Allows the creation of a new Action into the Specified document. |
java.util.List |
getObjects()
Recovers the Annotations and Form Fields which are affected by this action. |
boolean |
isHiding()
Query the hiding status of this action. |
void |
setHiding(boolean flag)
Sets the hiding flag of the Action. |
void |
setObjects(java.util.List list)
Sets the the Annotations and Form Fields to be affected by this Action. |
| Methods inherited from class com.crionics.jpdf.action.AbstractAction |
|---|
getNextAction, hasNextAction, setNextAction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HideAction createInstance(PdfDocument doc)
throws PdfException,
java.io.IOException
The usage of this method requires the acquision of the Module jPDF Creator or jPDF Template
doc - The Document into which the Action should be created.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public java.util.List getObjects()
throws PdfException,
java.io.IOException
AbstractAnnotation or
AbstractField or null if none are present.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public boolean isHiding()
throws PdfException,
java.io.IOException
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public void setHiding(boolean flag)
throws PdfException,
java.io.IOException
flag - true if the Form Field should be hidden, false if they should
be made visible.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public void setObjects(java.util.List list)
throws PdfException,
java.io.IOException
list - This list must contain only objects with the base type
AbstractAnnotation or
AbstractField. If list is set to null all the
currenlty registered object in this action will be
unregistered.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||