[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.LineSection

Class LineSection

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

Describes a section within a TextLine.

public class LineSection
Inheritance
LineSection
Inherited Members

Constructors

LineSection()

public LineSection()

Properties

ContentLength

Gets the length of text in the section, in graphic units.

public float ContentLength { get; }

Property Value

float

ContentOffset

Gets the offset of the text start along the base reading direction, in graphic units.

public float ContentOffset { get; }

Property Value

float

GlyphRuns

Gets the array of glyph runs.

public GlyphRun[] GlyphRuns { get; }

Property Value

GlyphRun[]

Length

Gets the length of the section, in graphic units.

public float Length { get; }

Property Value

float

Offset

Gets the offset of the section start along the base reading direction, in graphic units.

public float Offset { get; }

Property Value

float

TextLine

Gets the owner TextLine object.

public TextLine TextLine { get; }

Property Value

TextLine

TrailingWhitespaceLength

Gets the length (width or height) of the trailing whitespace, in graphic units.

public float TrailingWhitespaceLength { get; }

Property Value

float