API Reference
Class
MarkdownVisitor
Depth-first visitor over the OfficeIMO.Markdown object tree.
Inheritance
- Object
- MarkdownVisitor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method BoldInline.Accept
- Method BoldItalicInline.Accept
- Method BoldItalicSequenceInline.Accept
- Method BoldSequenceInline.Accept
- Method CalloutBlock.Accept
- Method CodeBlock.Accept
- Method CodeSpanInline.Accept
- Method DefinitionListBlock.Accept
- Method DefinitionListDefinition.Accept
- Method DefinitionListEntry.Accept
- Method DefinitionListGroup.Accept
- Method DetailsBlock.Accept
- Method FootnoteDefinitionBlock.Accept
- Method FootnoteRefInline.Accept
- Method FrontMatterBlock.Accept
- Method HardBreakInline.Accept
- Method HeadingBlock.Accept
- Method HighlightInline.Accept
- Method HighlightSequenceInline.Accept
- Method HorizontalRuleBlock.Accept
- Method HtmlCommentBlock.Accept
- Method HtmlRawBlock.Accept
- Method HtmlRawInline.Accept
- Method HtmlTagSequenceInline.Accept
- Method ImageBlock.Accept
- Method ImageInline.Accept
- Method ImageLinkInline.Accept
- Method InlineSequence.Accept
- Method ItalicInline.Accept
- Method ItalicSequenceInline.Accept
- Method LinkInline.Accept
- Method ListItem.Accept
- Method MarkdownBlock.Accept
- Method MarkdownDoc.Accept
- Method MarkdownInline.Accept
- Method MarkdownObject.Accept
- Method OrderedListBlock.Accept
- Method ParagraphBlock.Accept
- Method QuoteBlock.Accept
- Method SemanticFencedBlock.Accept
- Method StrikethroughInline.Accept
- Method StrikethroughSequenceInline.Accept
- Method SummaryBlock.Accept
- Method TableBlock.Accept
- Method TableCell.Accept
- Method TextRun.Accept
- Method TocBlock.Accept
- Method UnderlineInline.Accept
- Method UnorderedListBlock.Accept
Methods
DefaultVisit(OfficeIMO.Markdown.MarkdownObject arg1) #Default visit behavior for nodes without a more specific override.
Parameters
- arg1 OfficeIMO.Markdown.MarkdownObject
Visit 2 overloads
public virtual Void Visit(IEnumerable<MarkdownObject> nodes) #Returns:
VoidVisits a node when it is not null.
Parameters
- node OfficeIMO.Markdown.MarkdownObject
Visit(System.Collections.Generic.IEnumerable{OfficeIMO.Markdown.MarkdownObject} nodes) #Visits a sequence of nodes in order.
Parameters
- nodes System.Collections.Generic.IEnumerable{OfficeIMO.Markdown.MarkdownObject}
VisitChildren(OfficeIMO.Markdown.MarkdownObject arg1) #Visits all direct children of the node in order.
Parameters
- arg1 OfficeIMO.Markdown.MarkdownObject
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object