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

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

The text is from its open source code.

Constructor

PDAnnotationSquareCircle(String subType)
Creates a Circle or Square annotation of the specified sub type.
PDAnnotationSquareCircle(COSDictionary dict)
Constructor.

Method

PDAppearanceDictionarygetAppearance()
This will get the appearance dictionary associated with this annotation.
voidsetAnnotationName(String nm)
This will set the name, a string intended to uniquely identify each annotation within a page.
voidsetAppearance(PDAppearanceDictionary appearance)
This will set the appearance associated with this annotation.
voidsetBorderStyle(PDBorderStyleDictionary bs)
This will set the border style dictionary, specifying the width and dash pattern used in drawing the line.
voidsetColor(PDColor c)
This will set the color used in drawing various elements.
voidsetContents(String value)
Set the "contents" of the field.
voidsetInteriorColor(PDColor ic)
This will set interior color of the drawn area color is in DeviceRGB colorspace.
voidsetRectangle(PDRectangle rectangle)
This will set the rectangle for this annotation.