ClassParagraphLineInfo
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
ParagraphLineInfo(Paragraph)
Declaration
public ParagraphLineInfo(Paragraph paragraph)
Parameters
paragraph
ParagraphLineInfo(ParagraphLineInfo)
Declaration
public ParagraphLineInfo(ParagraphLineInfo paragraphLineInfo)
Parameters
paragraphLineInfo
Properties
BaselineOffset
Gets or sets the baseline offset of the paragraph line.
FirstInlineBox
Gets the first inline box in the paragraph line information.
Declaration
public InlineLayoutBox FirstInlineBox { get; set; }
Property Value
FloatingBoxSpacingBefore
Gets or sets the spacing before the floating box in the paragraph line information.
HasOverflowCharacter
Gets a value indicating whether the paragraph line contains an overflow character.
Height
Gets the height of the paragraph line information.
IndexInParagraph
Gets the index of the paragraph in which this line resides.
IsLineSplitByFloatingBox
Gets a value indicating whether the line is split by a floating box.
LastWordIndex
Gets the index of the last word in the paragraph line information.
Paragraph
Represents the paragraph associated with the paragraph line information.
TralingExtraSpaceWidth
Gets the width of the trailing extra space in the paragraph line information.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Traling")]
public float TralingExtraSpaceWidth { get; }
Property Value
Width
Gets the width of the paragraph line information.
Methods
UpdateBaselineOffset(float, bool)
Updates the baseline offset of the paragraph line information.
UpdateDescent(float, bool)
Updates the descent information for the paragraph line.