Package | Description |
---|---|
com.foxit.gsdk.pdf.annots |
Modifier and Type | Method and Description |
---|---|
Popup |
TextMarkup.getPopup()
Get the associated popup annotation of current text markup annotation.
|
Popup |
Text.getPopup()
Get the associated popup annotation of current text annotation.
|
Popup |
Square.getPopup()
Get the associated popup annotation of current square annotation.
|
Popup |
RubberStamp.getPopup()
Get the associated popup annotation of current stamp annotation.
|
Popup |
Polyline.getPopup()
Get the associated popup annotation of current polyline annotation.
|
Popup |
Polygon.getPopup()
Get the associated popup annotation of current polygon annotation.
|
Popup |
Line.getPopup()
Get the associated popup annotation of current line annotation.
|
Popup |
Ink.getPopup()
Get the associated popup annotation of current ink annotation.
|
Popup |
FileAttachment.getPopup()
Get the associated popup annotation of current file attachment annotation.
|
Popup |
Circle.getPopup()
Get the associated popup annotation of current circle annotation.
|
Popup |
Caret.getPopup()
Get the associated popup annotation of current caret annotation.
|