public class PDAnnotationTextMarkup extends PDAnnotationMarkup
RT_GROUP, RT_REPLY
Modifier | Constructor and Description |
---|---|
protected |
PDAnnotationTextMarkup(COSDictionary field)
Creates a TextMarkup annotation from a COSDictionary, expected to be a correct object definition.
|
protected |
PDAnnotationTextMarkup(String subType)
Creates a TextMarkup annotation of the specified sub type.
|
Modifier and Type | Method and Description |
---|---|
float[] |
getQuadPoints()
This will retrieve the set of quadpoints which encompass the areas of this annotation.
|
void |
setQuadPoints(float[] quadPoints)
This will set the set of quadpoints which encompass the areas of this annotation.
|
getBorderStyle, getConstantOpacity, getCreationDate, getExternalData, getInReplyTo, getIntent, getPopup, getReplyType, getRichContents, getSubject, getTitlePopup, setBorderStyle, setConstantOpacity, setCreationDate, setExternalData, setInReplyTo, setIntent, setPopup, setReplyType, setRichContents, setSubject, setTitlePopup
constructAppearances, constructAppearances, createAnnotation, equals, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceState, getBorder, getColor, getColor, getContents, getCOSObject, getModifiedDate, getNormalAppearanceStream, getOptionalContent, getPage, getRectangle, getStructParent, getSubtype, hashCode, isHidden, isInvisible, isLocked, isLockedContents, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setAnnotationFlags, setAnnotationName, setAppearance, setAppearanceState, setBorder, setColor, setContents, setHidden, setInvisible, setLocked, setLockedContents, setModifiedDate, setModifiedDate, setNoRotate, setNoView, setNoZoom, setOptionalContent, setPage, setPrinted, setReadOnly, setRectangle, setStructParent, setSubtype, setToggleNoView
protected PDAnnotationTextMarkup(String subType)
subType
- the subtype the annotation representsprotected PDAnnotationTextMarkup(COSDictionary field)
field
- the PDF object to represent as a field.public final void setQuadPoints(float[] quadPoints)
quadPoints
- an array representing the set of area coveredpublic float[] getQuadPoints()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.