|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FreeText
Interface representing a FreeText annotation in a PDF document. This annotation is called Text Box in the user interface. FreeText annotations are displayed as a text box on the PDF document.
| Field Summary | |
|---|---|
static int |
ALIGN_BOTTOM
|
static int |
ALIGN_CENTER
|
static int |
ALIGN_LEFT
|
static int |
ALIGN_RIGHT
|
static int |
ALIGN_TOP
|
static String |
FREE_TEXT_TYPEWRITER
|
| 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 | |
|---|---|
int |
getAlignHorizontal()
|
int |
getAlignVertical()
|
Color |
getBorderColor()
|
Rectangle2D.Double |
getBorderRect()
|
String |
getContents()
Returns the string contents for this annotation. |
Font |
getFont()
|
String |
getIntent()
Returns the description of the intent of the FreeText Annotation |
int |
getRotation()
|
Color |
getTextColor()
|
boolean |
isIntentTypeWriter()
|
void |
setAlignHorizontal(int align)
|
void |
setAlignVertical(int align)
|
void |
setBorderColor(Color borderColor)
|
void |
setBorderRect(Rectangle2D.Double borderRect)
|
void |
setContents(String contents)
Sets the string contents for this annotation. |
void |
setFont(Font font)
|
void |
setIntent(String intent)
Set the description of the intent of the FreeText Annotation |
void |
setRotation(int rotation)
|
void |
setTextColor(Color textColor)
|
| 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 |
| Field Detail |
|---|
static final int ALIGN_LEFT
static final int ALIGN_CENTER
static final int ALIGN_RIGHT
static final int ALIGN_TOP
static final int ALIGN_BOTTOM
static final String FREE_TEXT_TYPEWRITER
| Method Detail |
|---|
String getContents()
getContents in interface Annotationvoid setContents(String contents)
int getAlignHorizontal()
void setAlignHorizontal(int align)
int getAlignVertical()
void setAlignVertical(int align)
Font getFont()
void setFont(Font font)
Color getTextColor()
void setTextColor(Color textColor)
Color getBorderColor()
void setBorderColor(Color borderColor)
Rectangle2D.Double getBorderRect()
void setBorderRect(Rectangle2D.Double borderRect)
int getRotation()
void setRotation(int rotation)
String getIntent()
void setIntent(String intent)
intent - the intent to setboolean isIntentTypeWriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||