API Reference

Class

DefinitionListTerm

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Semantic definition-list term with structured inline content.

Inheritance

Usage

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

Constructors

public DefinitionListTerm(InlineSequence inlines = null) #

Creates a definition-list term.

Parameters

inlines OfficeIMO.Markdown.InlineSequence = null optionalposition: 0

Properties

public InlineSequence Inlines { get; set; } #

Inline content for the term.

public String Markdown { get; } #

Markdown representation of the term.

public String Text { get; } #

Plain-text representation of the term.