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

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

The text is from its open source code.

Field

StringLE_OPEN_ARROW
Constant for a open arrow line ending.

Constructor

PDAnnotationLine()
Constructor.
PDAnnotationLine(COSDictionary field)
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.

Method

voidsetCaption(boolean cap)
This will set if the contents are shown as a caption to the line.
voidsetEndPointEndingStyle(String style)
This will set the line ending style for the end point, see the LE_ constants for the possible values.
voidsetLine(float[] l)
This will set start and end coordinates of the line (or leader line if LL entry is set).