Class ParagraphLineInfo
Inheritance
System.Object
ParagraphLineInfo
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ParagraphLineInfo : Object
Constructors
ParagraphLineInfo(ParagraphLineInfo)
Declaration
public ParagraphLineInfo(ParagraphLineInfo paragraphLineInfo)
Parameters
ParagraphLineInfo
paragraphLineInfo
|
ParagraphLineInfo(Paragraph)
Properties
BaselineOffset
Declaration
public float BaselineOffset { get; }
Property Value
System.Single
|
FirstInlineBox
FloatingBoxSpacingBefore
Declaration
public float FloatingBoxSpacingBefore { get; }
Property Value
System.Single
|
HasOverflowCharacter
Declaration
public bool HasOverflowCharacter { get; }
Property Value
System.Boolean
|
Height
Declaration
public float Height { get; }
Property Value
System.Single
|
IndexInParagraph
Declaration
public int IndexInParagraph { get; }
Property Value
System.Int32
|
IsLineSplitByFloatingBox
Declaration
public bool IsLineSplitByFloatingBox { get; }
Property Value
System.Boolean
|
LastWordIndex
Declaration
public int LastWordIndex { get; }
Property Value
System.Int32
|
Paragraph
TralingExtraSpaceWidth
Declaration
public float TralingExtraSpaceWidth { get; }
Property Value
System.Single
|
Width
Declaration
public float Width { get; }
Property Value
System.Single
|
WordCount
Declaration
public int WordCount { get; }
Property Value
System.Int32
|
Methods
UpdateBaselineOffset(Single, Boolean)
Declaration
public void UpdateBaselineOffset(float value, bool affectsLineSpacing)
Parameters
System.Single
value
|
System.Boolean
affectsLineSpacing
|
UpdateDescent(Single, Boolean)
Declaration
public void UpdateDescent(float value, bool affectsLineSpacing)
Parameters
System.Single
value
|
System.Boolean
affectsLineSpacing
|