OfficeIMO

API Reference

Class

BoldSequenceInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Bold/strong emphasis that contains nested inline nodes. Used by the reader so nested markup can be represented without changing the fluent builder API.

Inheritance

Constructors

public BoldSequenceInline(InlineSequence inlines) #

Creates a bold inline with nested inline content.

Parameters

inlines OfficeIMO.Markdown.InlineSequence requiredposition: 0

Properties

public InlineSequence Inlines { get; } #

Inline content.