|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MarkUpText
Interface representing a Text Markup annotation in a PDF document. Text markup annotations are a way to mark text in a document by highlighting, crossing out, or underlining.
| Field Summary | |
|---|---|
static int |
TYPE_HIGHLIGHT
Deprecated. |
static int |
TYPE_INSERT
Deprecated. |
static int |
TYPE_REPLACEMENT
Deprecated. |
static int |
TYPE_SQUIGGLY
Deprecated. |
static int |
TYPE_STRIKEOUT
Deprecated. |
static int |
TYPE_UNDERLINE
Deprecated. |
| Fields inherited from interface com.qoppa.pdf.annotations.Annotation |
|---|
BORDERSTYLE_BEVELED, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY |
| Method Summary | |
|---|---|
String |
getIntent()
Deprecated. returns intent for this annotation |
int |
getMarkupType()
Deprecated. Gets the type of markup that this annotation represents. |
Vector |
getQuadList()
Deprecated. Returns a list of the quadrilaterals that compose this annotation. |
String |
getText(IPDFPage page)
Deprecated. |
void |
setContents(String contents)
Deprecated. Sets the text content for this annotation. |
void |
setQuadList(Vector quadList)
Deprecated. Sets the list of quadrilaterals that compose this annotation. |
void |
setRectangleFromQuads()
Deprecated. Convenience method to set the annotation rectangle from the quadrilaterals. |
| Methods inherited from interface com.qoppa.pdf.annotations.Annotation |
|---|
getActions, getBorderStyle, getBorderWidth, getColor, getComponent, getContents, getCreationDate, getCreator, getFlags, getModifiedDate, getName, getOpacity, getRectangle, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreationDate, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setSubtype, setTriggerActions, shiftRectangle |
| Field Detail |
|---|
static final int TYPE_HIGHLIGHT
static final int TYPE_UNDERLINE
static final int TYPE_SQUIGGLY
static final int TYPE_STRIKEOUT
static final int TYPE_REPLACEMENT
static final int TYPE_INSERT
| Method Detail |
|---|
int getMarkupType()
void setContents(String contents)
contents - the new comment.Vector getQuadList()
void setQuadList(Vector quadList)
quadList - The new list of quadrilaterals.void setRectangleFromQuads()
String getIntent()
String getText(IPDFPage page)
throws PDFPermissionException
page - The page the annotation is located on.
PDFPermissionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||