public class TextMarkupAnnotation extends Annotation
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
java.lang.String |
getAnnotatedText(boolean splitLines)
The text that is marked by the annotation.
|
double |
getAnnotationFeatureLevel()
The minimum PDF version necessary to support the features used in this annotation.
|
java.util.List<Quad> |
getQuads()
A list of quads to mark.
|
void |
setAnnotationFeatureLevel(double featureLevel)
Removes features not supported in the supplied version number.
|
void |
setQuads(java.util.List<Quad> theQuads)
A list of quads to mark.
|
equals, generateAppearance, getColor, getContents, getFlags, getInteriorColor, getNormalAppearance, getOpacity, getOptionalContentMembershipDict, getPDFDict, getRect, getSubtype, getTitle, hasRichTextData, isCurrentlyVisible, setColor, setContents, setFlags, setInteriorColor, setNormalAppearance, setOpacity, setOptionalContentMembershipDict, setRect, setTitle, toStringpublic void delete()
delete in class Annotationpublic double getAnnotationFeatureLevel()
getAnnotationFeatureLevel in class Annotationpublic void setAnnotationFeatureLevel(double featureLevel)
setAnnotationFeatureLevel in class Annotationpublic java.util.List<Quad> getQuads()
public void setQuads(java.util.List<Quad> theQuads)
public java.lang.String getAnnotatedText(boolean splitLines)
splitLines - If true, text corresponding to each quadrilateral will be separated by CRLF characters. If false, text corresponding to each quadrilateral will be separated by spaces.