Java org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotationWidget fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotationWidget fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotationWidget.

The text is from its open source code.

Constructor

PDAnnotationWidget(COSDictionary field)
Creates a PDWidget from a COSDictionary, expected to be a correct object definition for a field in PDF.

Method

PDActiongetAction()
Get the action to be performed when this annotation is to be activated.
PDAnnotationAdditionalActionsgetActions()
Get the additional actions for this field.
COSDictionarygetCOSObject()
Interface method for COSObjectable.
PDPagegetPage()
This will retrieve the corresponding page of this annotation.
PDRectanglegetRectangle()
The annotation rectangle, defining the location of the annotation on the page in default user space units.