OfficeIMO

API Reference

Class

BoldItalicSequenceInline

Bold+italic 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 BoldItalicSequenceInline(InlineSequence inlines) #

Creates a bold+italic inline with nested inline content.

Parameters

inlines OfficeIMO.Markdown.InlineSequence requiredposition: 0

Properties

public InlineSequence Inlines { get; } #

Inline content.