[]
Represents a line of text in TextLayout.
public class TextLine
Public Class TextLine
Name | Description |
---|---|
BaselineOffset | Gets the offset from line position to the Roman baseline, in graphic units. |
FirstGlyph | Gets the first glyph of the line. |
FirstLineInParagraph | Gets the value indicating whether the line is the first in the paragraph. |
GlyphRuns | Gets the array of glyph runs. |
Height | Gets the height of the line, in graphic units. |
Indent | Gets the indent of the text line, in graphic units. |
IsTrimmed | Gets a value indicating if the current line is trimmed. |
KeepWithNext | Gets the value indicating if the line should not be the last line on a page. |
LastLineInParagraph | Gets the value indicating whether the line is the last in the paragraph. |
LineGap | Gets the additional spacing before the text line, in graphic units. |
Position | Gets the position of the text line along the flow direction, in graphic units. |
Sections | Gets the array of glyph run sections, if some embedded objects cross the text line. |
Spacing | Gets the additional spacing after the text line, in graphic units. |
TextLayout | Gets the owner TextLayout object. |
TrailingWhitespaceLength | Gets the length (width or height) of the trailing whitespace, in graphic units. |
VerticalBaselineOffset | Gets the offset from the Roman baseline to Ideographic centered baseline, in graphic units. |
Width | Gets the width of the line, in graphic units. |