Class Italic
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
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.