API Reference

Class

MarkdownNativeDefinitionListTerm

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a definition-list term.

Inheritance

  • Object
  • MarkdownNativeDefinitionListTerm

Usage

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

Accepted by parameters

Properties

public DefinitionListTerm TermObject { get; } #

Source semantic term.

public InlineSequence Term { get; } #

Source term inline sequence.

public InlineSequence Inlines { get; } #

Source term inline sequence.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this term when available.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span in the normalized markdown text when available.

public String Text { get; } #

Plain-text term content.

public String Markdown { get; } #

Markdown term content.

public IReadOnlyList<MarkdownNativeInline> InlineRuns { get; } #

AST-backed native inline projection for the term.