Table of Contents

Class Bold

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents a Bold text formatter.

public class Bold : FormatDecorator
Inheritance
Bold
Inherited Members
Extension Methods

Constructors

Bold(FormattableElement)

Initializes a new instance of the Bold class.

public Bold(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.