[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Inline

Class Inline

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

Abstract base class for all inline elements.

public abstract class Inline
Inheritance
object
Inline
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Inline()

protected Inline()

Properties

CodePointCount

Gets the number of inline's code points.

public int CodePointCount { get; }

Property Value

int

CodePointIndex

Gets the index of the inline's first code point.

public int CodePointIndex { get; }

Property Value

int

Methods

GetCharCount()

Gets the number of UTF-16 characters.

public abstract int GetCharCount()

Returns

int

GetChars()

Gets the string of UTF-16 characters.

public abstract string GetChars()

Returns

string