Table of Contents

Class FormattableElement

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents an element that can be formatted, for example by the Italic decorator.

public abstract class FormattableElement : Element
Inheritance
FormattableElement
Derived
Inherited Members
Extension Methods

Operators

implicit operator FormattableElement(string)

Initializes a new Run.

public static implicit operator FormattableElement(string content)

Parameters

content string

Text content of the cell.

Returns

FormattableElement