[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FormattableInline

Class FormattableInline

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Abstract base class for types representing formattable inline elements, such as TextRun and InlineObject.

public abstract class FormattableInline : Inline
Inheritance
FormattableInline
Derived
Inherited Members

Constructors

FormattableInline()

Creates a new instance derived from FormattableInline.

public FormattableInline()

FormattableInline(TextFormat)

Creates a new instance derived from FormattableInline.

public FormattableInline(TextFormat format)

Parameters

format TextFormat

Properties

Format

Gets or sets the format to be applied to the object. The null value indicates the default format.

public TextFormat Format { get; set; }

Property Value

TextFormat