public interface IAnnotationVisitor
Defines Visitor for visiting different document annotations.
Modifier and Type | Method and Description |
---|---|
void |
visit(CaretAnnotation caret)
Visit/select caret annotation.
|
void |
visit(CircleAnnotation circle)
Visit/select circle annotation.
|
void |
visit(FileAttachmentAnnotation attachment)
Visit/select attachment annotation.
|
void |
visit(FreeTextAnnotation freetext)
Visit/select freetext annotation.
|
void |
visit(HighlightAnnotation highlight)
Visit/select highlight annotation.
|
void |
visit(InkAnnotation ink)
Visit/select ink annotation.
|
void |
visit(LineAnnotation line)
Visit/select line annotation.
|
void |
visit(LinkAnnotation link)
Visit/select link annotation.
|
void |
visit(MovieAnnotation movie)
Visit/select movie annotation.
|
void |
visit(PolygonAnnotation polygon)
Visit/select polygon annotation.
|
void |
visit(PolylineAnnotation polyline)
Visit/select polyline annotation.
|
void |
visit(PopupAnnotation popup)
Visit/select popup annotation.
|
void |
visit(ScreenAnnotation screen)
Visit/select screen annotation.
|
void |
visit(SquareAnnotation square)
Visit/select square annotation.
|
void |
visit(SquigglyAnnotation squiggly)
Visit/select squiggly annotation.
|
void |
visit(StampAnnotation stamp)
Visit/select stamp annotation.
|
void |
visit(StrikeOutAnnotation strikeOut)
Visit/select strikeOut annotation.
|
void |
visit(TextAnnotation text)
Visit/select text annotation.
|
void |
visit(UnderlineAnnotation underline)
Visit/select underline annotation.
|
void |
visit(WidgetAnnotation widget)
Visit/select widget annotation.
|
void visit(LinkAnnotation link)
link
- LinkAnnotation object example/template.void visit(FileAttachmentAnnotation attachment)
attachment
- FileAttachmentAnnotation object example/template.void visit(TextAnnotation text)
text
- TextAnnotation object example/template.void visit(FreeTextAnnotation freetext)
freetext
- FreeTextAnnotation object example/template.void visit(HighlightAnnotation highlight)
highlight
- HighlightAnnotation object example/template.void visit(UnderlineAnnotation underline)
underline
- UnderlineAnnotation object example/template.void visit(StrikeOutAnnotation strikeOut)
strikeOut
- StrikeOutAnnotation object example/template.void visit(SquigglyAnnotation squiggly)
squiggly
- SquigglyAnnotation object example/template.void visit(PopupAnnotation popup)
popup
- PopupAnnotation object example/template.void visit(LineAnnotation line)
line
- LineAnnotation object example/template.void visit(CircleAnnotation circle)
circle
- CircleAnnotation object example/template.void visit(SquareAnnotation square)
square
- SquareAnnotation object example/template.void visit(InkAnnotation ink)
ink
- InkAnnotation object example/template.void visit(PolylineAnnotation polyline)
polyline
- PolylineAnnotation object example/template.void visit(PolygonAnnotation polygon)
polygon
- PolygonAnnotation object example/template.void visit(CaretAnnotation caret)
caret
- CaretAnnotation object example/template.void visit(StampAnnotation stamp)
stamp
- StampAnnotation object example/template.void visit(WidgetAnnotation widget)
widget
- WidgetAnnotation object example/template.void visit(MovieAnnotation movie)
movie
- MovieAnnotation object example/template.void visit(ScreenAnnotation screen)
screen
- ScreenAnnotation object example/template.