[]
Abstract base class for types representing formattable inline elements, such as TextRun and InlineObject.
public abstract class FormattableInline : Inline
Creates a new instance derived from FormattableInline.
public FormattableInline()
Creates a new instance derived from FormattableInline.
public FormattableInline(TextFormat format)
format
TextFormatGets or sets the format to be applied to the object. The null value indicates the default format.
public TextFormat Format { get; set; }