Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pdfbox.pdmodel.interactive.action.PDAnnotationAdditionalActions
Constructor Summary | |
| |
|
Method Summary | |
PDAction |
|
COSDictionary |
|
COSBase |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
PDAction |
|
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
public PDAnnotationAdditionalActions()
Default constructor.
public PDAnnotationAdditionalActions(COSDictionary a)
Constructor.
- Parameters:
a
- The action dictionary.
public PDAction getBl()
This will get an action to be performed when the annotation loses the input focus. The name Bl stands for "blurred".
- Returns:
- The Bl entry of annotation's additional actions dictionary.
public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
- Returns:
- The cos object that matches this Java object.
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- Specified by:
- getCOSObject in interface COSObjectable
- Returns:
- The cos object that matches this Java object.
public PDAction getD()
This will get an action to be performed when the mouse button is pressed inside the annotation's active area. The name D stands for "down".
- Returns:
- The d entry of annotation's additional actions dictionary.
public PDAction getE()
This will get an action to be performed when the cursor enters the annotation's active area.
- Returns:
- The E entry of annotation's additional actions dictionary.
public PDAction getFo()
This will get an action to be performed when the annotation receives the input focus.
- Returns:
- The Fo entry of annotation's additional actions dictionary.
public PDAction getPC()
This will get an action to be performed when the page containing the annotation is closed. The action is executed before the C action in the page's additional actions dictionary, if present.
- Returns:
- The PC entry of annotation's additional actions dictionary.
public PDAction getPI()
This will get an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
- Returns:
- The PI entry of annotation's additional actions dictionary.
public PDAction getPO()
This will get an action to be performed when the page containing the annotation is opened. The action is executed after the O action in the page's additional actions dictionary and the OpenAction entry in the document catalog, if such actions are present.
- Returns:
- The PO entry of annotation's additional actions dictionary.
public PDAction getPV()
This will get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
- Returns:
- The PV entry of annotation's additional actions dictionary.
public PDAction getU()
This will get an action to be performed when the mouse button is released inside the annotation's active area. The name U stands for "up".
- Returns:
- The U entry of annotation's additional actions dictionary.
public PDAction getX()
This will get an action to be performed when the cursor exits the annotation's active area.
- Returns:
- The X entry of annotation's additional actions dictionary.
public void setBl(PDAction bl)
This will set an action to be performed when the annotation loses the input focus. The name Bl stands for "blurred".
- Parameters:
bl
- The action to be performed.
public void setD(PDAction d)
This will set an action to be performed when the mouse button is pressed inside the annotation's active area. The name D stands for "down".
- Parameters:
d
- The action to be performed.
public void setE(PDAction e)
This will set an action to be performed when the cursor enters the annotation's active area.
- Parameters:
e
- The action to be performed.
public void setFo(PDAction fo)
This will set an action to be performed when the annotation receives the input focus.
- Parameters:
fo
- The action to be performed.
public void setPC(PDAction pc)
This will set an action to be performed when the page containing the annotation is closed. The action is executed before the C action in the page's additional actions dictionary, if present.
- Parameters:
pc
- The action to be performed.
public void setPI(PDAction pi)
This will set an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
- Parameters:
pi
- The action to be performed.
public void setPO(PDAction po)
This will set an action to be performed when the page containing the annotation is opened. The action is executed after the O action in the page's additional actions dictionary and the OpenAction entry in the document catalog, if such actions are present.
- Parameters:
po
- The action to be performed.
public void setPV(PDAction pv)
This will set an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
- Parameters:
pv
- The action to be performed.
public void setU(PDAction u)
This will set an action to be performed when the mouse button is released inside the annotation's active area. The name U stands for "up".
- Parameters:
u
- The action to be performed.
public void setX(PDAction x)
This will set an action to be performed when the cursor exits the annotation's active area.
- Parameters:
x
- The action to be performed.