IAnnotationVisitor

IAnnotationVisitor class

Defines Visitor for visiting different document annotations.

The IAnnotationVisitor type exposes the following members:

Methods

NameDescription
visit(link)Visit/select link annotation.
visit(attachment)Visit/select attachment annotation.
visit(text)Visit/select text annotation.
visit(freetext)Visit/select freetext annotation.
visit(highlight)Visit/select highlight annotation.
visit(underline)Visit/select underline annotation.
visit(strike_out)Visit/select strikeOut annotation.
visit(squiggly)Visit/select squiggly annotation.
visit(popup)Visit/select popup annotation.
visit(line)Visit/select underline annotation.
visit(circle)Visit/select circle annotation.
visit(square)Visit/select square annotation.
visit(ink)Visit/select link annotation.
visit(polyline)Visit/select polyline annotation.
visit(polygon)Visit/select polygon annotation.
visit(caret)Visit/select caret annotation.
visit(stamp)Visit/select stamp annotation.
visit(widget)Visit/select widget annotation.
visit(movie)Visit/select movie annotation.
visit(screen)Visit/select screen annotation.

See Also