API Reference

Enum

MarkdownNativeDocumentSourceKind

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the markdown source represented by a native projection.

Inheritance

  • Enum
  • MarkdownNativeDocumentSourceKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const MarkdownNativeDocumentSourceKind ReaderInput #

The source text is the reader input supplied directly to OfficeIMO.Markdown.

Value: 0
public const MarkdownNativeDocumentSourceKind RendererPreprocessed #

The source text is renderer-preprocessed markdown after host preprocessing ran.

Value: 1