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

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

The text is from its open source code.

Constructor

PDAnnotationTextMarkup(String subType)
Creates a TextMarkup annotation of the specified sub type.
PDAnnotationTextMarkup(COSDictionary field)
Creates a TextMarkup annotation from a COSDictionary, expected to be a correct object definition.

Method

voidsetColor(PDColor c)
This will set the color used in drawing various elements.
voidsetConstantOpacity(float ca)
This will set the constant opacity value used when rendering the annotation (excluing any popup).
voidsetContents(String value)
Set the "contents" of the field.
voidsetCreationDate(Calendar creationDate)
This will set the date and time the annotation was created.
voidsetPrinted(boolean printed)
Set the printed flag.
voidsetQuadPoints(float[] quadPoints)
This will set the set of quadpoints which encompass the areas of this annotation.
voidsetRectangle(PDRectangle rectangle)
This will set the rectangle for this annotation.
voidsetTitlePopup(String t)
Set the string used as the title of the popup window shown when open and active (by convention this identifies who added the annotation).