Interface IAnnotationVisitor

IAnnotationVisitor interface

Defines Visitor for visiting different document annotations.

public interface IAnnotationVisitor

Methods

NameDescription
Visit(CaretAnnotation)Visit/select caret annotation.
Visit(CircleAnnotation)Visit/select circle annotation.
Visit(FileAttachmentAnnotation)Visit/select attachment annotation.
Visit(FreeTextAnnotation)Visit/select freetext annotation.
Visit(HighlightAnnotation)Visit/select highlight annotation.
Visit(InkAnnotation)Visit/select ink annotation.
Visit(LineAnnotation)Visit/select line annotation.
Visit(LinkAnnotation)Visit/select link annotation.
Visit(MovieAnnotation)Visit/select movie annotation.
Visit(PolygonAnnotation)Visit/select polygon annotation.
Visit(PolylineAnnotation)Visit/select polyline annotation.
Visit(PopupAnnotation)Visit/select popup annotation.
Visit(ScreenAnnotation)Visit/select screen annotation.
Visit(SquareAnnotation)Visit/select square annotation.
Visit(SquigglyAnnotation)Visit/select squiggly annotation.
Visit(StampAnnotation)Visit/select stamp annotation.
Visit(StrikeOutAnnotation)Visit/select strikeOut annotation.
Visit(TextAnnotation)Visit/select text annotation.
Visit(UnderlineAnnotation)Visit/select underline annotation.
Visit(WidgetAnnotation)Visit/select widget annotation.

See Also