Package | Description |
---|---|
com.foxit.gsdk.pdf.annots |
Modifier and Type | Class and Description |
---|---|
class |
Caret
Class
Caret represents the PDF caret annotation. |
class |
Circle
Class
Circle represents the PDF circle annotation. |
class |
FileAttachment
Class
FileAttachment represents the PDF file attachment annotation. |
class |
FreeText
Class
FreeText represents the PDF free text annotation. |
class |
Highlight
Class
Highlight represents for Highlight annotation. |
class |
Ink
Class
Ink represents the ink annotation. |
class |
Line
Class
Line represents the line annotation. |
class |
Polygon
Class
Polygon represents the polygon annotation. |
class |
Polyline
Class
Polyline represents the polyline annotation. |
class |
RubberStamp
Class
RubberStamp represents the stamp annotation. |
class |
Sound
Class
Sound represents the sound annotation. |
class |
Square
Class
Square represents the square annotation. |
class |
Squiggly
Class
Squiggly represents the squiggly annotation. |
class |
StrikeOut
Class
StrikeOut represents the StrikeOut annotation. |
class |
Text
Class
Text represents the text Annotation. |
class |
TextMarkup
Class
TextMarkup represents base class for text markup
annotations. |
class |
UnderLine
Class
UnderLine represents the Underline annotation. |
Modifier and Type | Method and Description |
---|---|
Markup |
Markup.addState(int stateModel,
int state)
Add a specific state to current markup annotation.
|
Markup[] |
Markup.getGroupElements()
Get group elements if annotation is in a group, including itself.
|
Markup |
Markup.getGroupHeader()
Get header annotation of a group which current annotation belongs to.
|
Markup |
Markup.getReply(int index)
Get reply of current markup annotation, with specific index.
|
Markup |
Markup.getStateAnnot(int stateModel,
int index)
Get specified state annotation associated with current markup annotation.
|
Markup |
Markup.insertReply(int index)
Insert a new empty reply with a specified index to current markup annotation.
|
Modifier and Type | Method and Description |
---|---|
static void |
Markup.setGroup(Markup[] annots,
int headerIndex)
Group all the input annotations.
|