Table of Contents

Class Italic

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a Italic text formatter.

public class Italic : FormatDecorator
Inheritance
Italic
Inherited Members
Extension Methods

Constructors

Italic(FormattableElement)

Initializes a new instance of the Italic class.

public Italic(FormattableElement run)

Parameters

run FormattableElement

Element to be formatted.

Properties

FormatedElement

Gets the element to be formatted.

public override FormattableElement FormatedElement { get; }

Property Value

FormattableElement

Methods

AddAsciidocTo(StringBuilder)

Converts the element to AsciiDoc.

public override void AddAsciidocTo(StringBuilder builder)

Parameters

builder StringBuilder

The AsciiDoc content is added to this.