COSObjectable
FDFAnnotationHighlight
, FDFAnnotationSquiggly
, FDFAnnotationStrikeOut
, FDFAnnotationUnderline
public abstract class FDFAnnotationTextMarkup extends FDFAnnotation
annot
Constructor | Description |
---|---|
FDFAnnotationTextMarkup() |
Default constructor.
|
FDFAnnotationTextMarkup(COSDictionary a) |
Constructor.
|
FDFAnnotationTextMarkup(org.w3c.dom.Element element) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
float[] |
getCoords() |
Get the coordinates of individual words or group of words.
|
void |
setCoords(float[] coords) |
Set the coordinates of individual words or group of words.
|
create, getBorderEffect, getBorderStyle, getColor, getContents, getCOSObject, getCreationDate, getDate, getIntent, getName, getOpacity, getPage, getRectangle, getRichContents, getStringOrStream, getSubject, getTitle, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setBorderEffect, setBorderStyle, setColor, setContents, setCreationDate, setDate, setHidden, setIntent, setInvisible, setLocked, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPage, setPrinted, setReadOnly, setRectangle, setRichContents, setSubject, setTitle, setToggleNoView
public FDFAnnotationTextMarkup()
public FDFAnnotationTextMarkup(COSDictionary a)
a
- An existing FDF Annotation.public FDFAnnotationTextMarkup(org.w3c.dom.Element element) throws java.io.IOException
element
- An XFDF element.java.io.IOException
- If there is an error extracting information from the element.public void setCoords(float[] coords)
coords
- an array of 8 n numbers specifying the coordinates of n quadrilaterals.public float[] getCoords()
setCoords(float[])
Copyright © 2002–2018. All rights reserved.