OfficeIMO

API Reference

Interface

IPlainTextMarkdownInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

Plain-text extraction contract for inline nodes. Implement this on custom inline types so headings, summaries, and other text-derived views can safely read semantic text from the inline tree.

Methods

public abstract Void AppendPlainText(StringBuilder sb) #
Returns: Void

Appends the plain-text representation of the inline node to the supplied string builder.

Parameters

sb System.Text.StringBuilder requiredposition: 0