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

Example usage for Java org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotation 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 PDAnnotation.

The text is from its open source code.

Method

StringgetAnnotationName()
This will get the name, a string intended to uniquely identify each annotation within a page.
PDAppearanceDictionarygetAppearance()
This will get the appearance dictionary associated with this annotation.
PDColorgetColor()
This will retrieve the color used in drawing various elements.
StringgetContents()
Get the "contents" of the 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.
StringgetSubtype()
This will retrieve the subtype of the annotation.
booleanisHidden()
Get the hidden flag.
booleanisInvisible()
Get the invisible flag.
booleanisReadOnly()
Get the readOnly flag.
voidsetAnnotationName(String nm)
This will set the name, a string intended to uniquely identify each annotation within a page.
voidsetPage(PDPage page)
This will set the corresponding page for this annotation.
voidsetRectangle(PDRectangle rectangle)
This will set the rectangle for this annotation.