|
| |
PdfAnnotationAdditionalActions (PdfDictionary pdfObject) |
| |
| virtual PdfAction |
GetOnEnter () |
| |
Returns the PdfAction for the OnEnter event if there is any, or null. More...
|
| |
| virtual void |
SetOnEnter (PdfAction action) |
| |
Sets the PdfAction to perform on the OnEnter event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnExit () |
| |
Returns the PdfAction for the OnExit event if there is any, or null. More...
|
| |
| virtual void |
SetOnExit (PdfAction action) |
| |
Sets the PdfAction to perform on the OnExit event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnMouseDown () |
| |
Returns the PdfAction for the OnMouseDown event if there is any, or null. More...
|
| |
| virtual void |
SetOnMouseDown (PdfAction action) |
| |
Sets the PdfAction to perform on the OnMouseDown event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnMouseUp () |
| |
Returns the PdfAction for the OnMouseUp event if there is any, or null. More...
|
| |
| virtual void |
SetOnMouseUp (PdfAction action) |
| |
Sets the PdfAction to perform on the OnMouseUp event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnFocus () |
| |
Returns the PdfAction for the OnFocus event if there is any, or null. More...
|
| |
| virtual void |
SetOnFocus (PdfAction action) |
| |
Sets the PdfAction to perform on the OnFocus event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnLostFocus () |
| |
Returns the PdfAction for the OnLostFocus event if there is any, or null. More...
|
| |
| virtual void |
SetOnLostFocus (PdfAction action) |
| |
Sets the PdfAction to perform on the OnLostFocus event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnPageOpened () |
| |
Returns the PdfAction for the OnPageOpened event if there is any, or null. More...
|
| |
| virtual void |
SetOnPageOpened (PdfAction action) |
| |
Sets the PdfAction to perform on the OnPageOpened event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnPageClosed () |
| |
Returns the PdfAction for the OnPageClosed event if there is any, or null. More...
|
| |
| virtual void |
SetOnPageClosed (PdfAction action) |
| |
Sets the PdfAction to perform on the OnPageClosed event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnPageVisible () |
| |
Returns the PdfAction for the OnPageVisible event if there is any, or null. More...
|
| |
| virtual void |
SetOnPageVisible (PdfAction action) |
| |
Sets the PdfAction to perform on the OnPageVisible event, or removes it when action is null. More...
|
| |
| virtual PdfAction |
GetOnPageLostView () |
| |
Returns the PdfAction for the OnPageLostView event if there is any, or null. More...
|
| |
| virtual void |
SetOnPageLostView (PdfAction action) |
| |
Sets the PdfAction to perform on the OnPageLostView event, or removes it when action is null. More...
|
| |
| virtual IList< PdfAction > |
GetAllKnownActions () |
| |
Lists every PdfAction for all documented events for an annotation's additional actions. More...
|
| |
| virtual PdfAction |
GetPdfActionForEvent (PdfName eventName) |
| |
If exists, returns the PdfAction for this event, otherwise returns null. More...
|
| |
| virtual void |
SetPdfActionForEvent (PdfName @event, PdfAction action) |
| |
Sets the action for an event, or removes it when the action is null. More...
|
| |
| virtual T |
GetPdfObject () |
| |
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > |
MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
| |
Marks object behind wrapper to be saved as indirect. More...
|
| |
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > |
MakeIndirect (PdfDocument document) |
| |
Marks object behind wrapper to be saved as indirect. More...
|
| |
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > |
SetModified () |
| |
| virtual void |
Flush () |
| |
| virtual bool |
IsFlushed () |
| |