Class Bold
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
runFormattableElementElement to be formatted.
Properties
FormatedElement
Gets the element to be formatted.
public override FormattableElement FormatedElement { get; }
  Property Value
Methods
AddAsciidocTo(StringBuilder)
Converts the element to AsciiDoc.
public override void AddAsciidocTo(StringBuilder builder)
  Parameters
builderStringBuilderThe AsciiDoc content is added to this.