DocumentVisitor Methods

The DocumentVisitor type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodCode exampleVisitAbsolutePositionTab
Called when a AbsolutePositionTab node is encountered in the document.
Public methodCode exampleVisitBodyEnd
Called when enumeration of the main text story in a section has ended.
Public methodCode exampleVisitBodyStart
Called when enumeration of the main text story in a section has started.
Public methodCode exampleVisitBookmarkEnd
Called when an end of a bookmark is encountered in the document.
Public methodCode exampleVisitBookmarkStart
Called when a start of a bookmark is encountered in the document.
Public methodCode exampleVisitBuildingBlockEnd
Called when enumeration of a building block has ended.
Public methodCode exampleVisitBuildingBlockStart
Called when enumeration of a building block has started.
Public methodCode exampleVisitCellEnd
Called when enumeration of a table cell has ended.
Public methodCode exampleVisitCellStart
Called when enumeration of a table cell has started.
Public methodCode exampleVisitCommentEnd
Called when enumeration of a comment text has ended.
Public methodCode exampleVisitCommentRangeEnd
Called when the end of a commented range of text is encountered.
Public methodCode exampleVisitCommentRangeStart
Called when the start of a commented range of text is encountered.
Public methodCode exampleVisitCommentStart
Called when enumeration of a comment text has started.
Public methodCode exampleVisitDocumentEnd
Called when enumeration of the document has finished.
Public methodCode exampleVisitDocumentStart
Called when enumeration of the document has started.
Public methodCode exampleVisitEditableRangeEnd
Called when an end of an editable range is encountered in the document.
Public methodCode exampleVisitEditableRangeStart
Called when a start of an editable range is encountered in the document.
Public methodCode exampleVisitFieldEnd
Called when a field ends in the document.
Public methodCode exampleVisitFieldSeparator
Called when a field separator is encountered in the document.
Public methodCode exampleVisitFieldStart
Called when a field starts in the document.
Public methodCode exampleVisitFootnoteEnd
Called when enumeration of a footnote or endnote text has ended.
Public methodCode exampleVisitFootnoteStart
Called when enumeration of a footnote or endnote text has started.
Public methodCode exampleVisitFormField
Called when a form field is encountered in the document.
Public methodCode exampleVisitGlossaryDocumentEnd
Called when enumeration of a glossary document has ended.
Public methodCode exampleVisitGlossaryDocumentStart
Called when enumeration of a glossary document has started.
Public methodCode exampleVisitGroupShapeEnd
Called when enumeration of a group shape has ended.
Public methodCode exampleVisitGroupShapeStart
Called when enumeration of a group shape has started.
Public methodCode exampleVisitHeaderFooterEnd
Called when enumeration of a header or footer in a section has ended.
Public methodCode exampleVisitHeaderFooterStart
Called when enumeration of a header or footer in a section has started.
Public methodCode exampleVisitOfficeMathEnd
Called when enumeration of a Office Math object has ended.
Public methodCode exampleVisitOfficeMathStart
Called when enumeration of a Office Math object has started.
Public methodCode exampleVisitParagraphEnd
Called when enumeration of a paragraph has ended.
Public methodCode exampleVisitParagraphStart
Called when enumeration of a paragraph has started.
Public methodCode exampleVisitRowEnd
Called when enumeration of a table row has ended.
Public methodCode exampleVisitRowStart
Called when enumeration of a table row has started.
Public methodCode exampleVisitRun
Called when a run of text in the is encountered.
Public methodCode exampleVisitSectionEnd
Called when enumeration of a section has ended.
Public methodCode exampleVisitSectionStart
Called when enumeration of a section has started.
Public methodCode exampleVisitShapeEnd
Called when enumeration of a shape has ended.
Public methodCode exampleVisitShapeStart
Called when enumeration of a shape has started.
Public methodCode exampleVisitSmartTagEnd
Called when enumeration of a smart tag has ended.
Public methodCode exampleVisitSmartTagStart
Called when enumeration of a smart tag has started.
Public methodCode exampleVisitSpecialChar
Called when a SpecialChar node is encountered in the document.
Public methodCode exampleVisitStructuredDocumentTagEnd
Called when enumeration of a structured document tag has ended.
Public methodCode exampleVisitStructuredDocumentTagStart
Called when enumeration of a structured document tag has started.
Public methodCode exampleVisitSubDocument
Called when a subDocument is encountered.
Public methodCode exampleVisitTableEnd
Called when enumeration of a table has ended.
Public methodCode exampleVisitTableStart
Called when enumeration of a table has started.
See Also