public class FDFAnnotationCaret extends FDFAnnotation
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUBTYPECOS Model value for SubType entry. | 
annot| Constructor and Description | 
|---|
| FDFAnnotationCaret()Default constructor. | 
| FDFAnnotationCaret(COSDictionary a)Constructor. | 
| FDFAnnotationCaret(Element element)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDRectangle | getFringe()This will retrieve the fringe. | 
| String | getSymbol()This will retrieve the symbol that shall be associated with the caret. | 
| void | setFringe(PDRectangle fringe)This will set the fringe rectangle. | 
| void | setSymbol(String symbol)This will set the symbol that shall be associated with the caret. | 
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, setToggleNoViewpublic static final String SUBTYPE
public FDFAnnotationCaret()
public FDFAnnotationCaret(COSDictionary a)
a - An existing FDF Annotation.public FDFAnnotationCaret(Element element) throws IOException
element - An XFDF element.IOException - If there is an error extracting information from the element.public final void setFringe(PDRectangle fringe)
fringe - the fringepublic PDRectangle getFringe()
public final void setSymbol(String symbol)
symbol - the symbolpublic String getSymbol()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.