com.qoppa.pdf.annotations
Interface Caret

All Superinterfaces:
Annotation

public interface Caret
extends Annotation

Interface representing a Caret annotation in a PDF document.

Author:
Qoppa Software

Field Summary
 
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 getContents()
          Returns the string contents for this annotation.
 String getIntent()
          Returns intent for this annotation.
 int getWidth()
           
 void setContents(String contents)
          Sets the string contents for this annotation.
 void setWidth(int width)
           
 
Methods inherited from interface com.qoppa.pdf.annotations.Annotation
getActions, getBorderStyle, getBorderWidth, getColor, getComponent, 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
 

Method Detail

getContents

String getContents()
Returns the string contents for this annotation.

Specified by:
getContents in interface Annotation
Returns:
The annotation's contents.

setContents

void setContents(String contents)
Sets the string contents for this annotation.


getIntent

String getIntent()
Returns intent for this annotation.


setWidth

void setWidth(int width)

getWidth

int getWidth()