Class FormattableElement
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
contentstringText content of the cell.