ParagraphLineInfo
Represents the line information of a paragraph within a document layout.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ParagraphLineInfo
Inheritance: objectParagraphLineInfo
Constructors
public ParagraphLineInfo(ParagraphLineInfo paragraphLineInfo)
Properties
Gets or sets the baseline offset of the paragraph line.
public float BaselineOffset { get; }
Gets the first inline box in the paragraph line information.
public InlineLayoutBox FirstInlineBox { get; set; }
Gets or sets the spacing before the floating box in the paragraph line information.
public float FloatingBoxSpacingBefore { get; }
Gets a value indicating whether the paragraph line contains an overflow character.
public bool HasOverflowCharacter { get; }
Gets the index of the paragraph in which this line resides.
public int IndexInParagraph { get; }
Gets a value indicating whether the line is split by a floating box.
public bool IsLineSplitByFloatingBox { get; }
Gets the index of the last word in the paragraph line information.
public int LastWordIndex { get; }
Represents the paragraph associated with the paragraph line information.
public Paragraph Paragraph { get; }
Gets the width of the trailing extra space in the paragraph line information.
public float TralingExtraSpaceWidth { get; }