|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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, getName, getOpacity, getRectangle, 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, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubtype, setTriggerActions, shiftRectangle |
| Field Detail |
public static final int ALIGN_LEFT
public static final int ALIGN_CENTER
public static final int ALIGN_RIGHT
public static final int ALIGN_TOP
public static final int ALIGN_BOTTOM
public static final String FREE_TEXT_TYPEWRITER
| Method Detail |
public String getContents()
getContents in interface Annotationpublic void setContents(String contents)
public int getAlignHorizontal()
public void setAlignHorizontal(int align)
public int getAlignVertical()
public void setAlignVertical(int align)
public Font getFont()
public void setFont(Font font)
public Color getTextColor()
public void setTextColor(Color textColor)
public Color getBorderColor()
public void setBorderColor(Color borderColor)
public Rectangle2D.Double getBorderRect()
public void setBorderRect(Rectangle2D.Double borderRect)
public int getRotation()
public void setRotation(int rotation)
public String getIntent()
public void setIntent(String intent)
intent - the intent to setpublic boolean isIntentTypeWriter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||