OfficeIMO

API Reference

Class

StrikethroughSequenceInline

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

Inheritance

Constructors

public StrikethroughSequenceInline(InlineSequence inlines) #

Creates a strikethrough inline with nested inline content.

Parameters

inlines OfficeIMO.Markdown.InlineSequence requiredposition: 0

Properties

public InlineSequence Inlines { get; } #

Inline content.