public class TextMarkup extends MarkupAnnotation
Modifier and Type | Method and Description |
---|---|
static TextMarkup |
createDynamicObject(long handle) |
QuadrilateralList |
getMarkupArea()
The markup area (Getter)
|
Paint |
getPaint()
The paint the annotation and the popup (Getter)
|
Popup |
getPopup()
The pop-up (Getter)
|
getInfo, getLocked, getReplies
copy, getBoundingBox, getHidden, getNoPrint, getNoRotate, getNoZoom
equals, hashCode
public static TextMarkup createDynamicObject(long handle)
public Paint getPaint() throws CorruptException
java.lang.IllegalStateException
- if the object has already been closedCorruptException
- if the PDF is corrupt and the annotation's paint cannot be readpublic Popup getPopup()
java.lang.IllegalStateException
- if the object has already been closedpublic QuadrilateralList getMarkupArea() throws CorruptException
pdftoolbox.geometry.real.Quadrilateral
s defines the markup area on the page.java.lang.IllegalStateException
- if the object has already been closedCorruptException
- if the PDF is corrupt