[]
        
(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
object
FormattableInline
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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