Class ParagraphLineSegmentInfo
Inheritance
System.Object
ParagraphLineSegmentInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ParagraphLineSegmentInfo
Constructors
ParagraphLineSegmentInfo(Paragraph, Single)
Declaration
public ParagraphLineSegmentInfo(Paragraph paragraph, float segmentStartX)
Parameters
Paragraph
paragraph
|
System.Single
segmentStartX
|
Properties
AnnotationsCount
Declaration
public int AnnotationsCount { get; }
Property Value
System.Int32
|
AnnotationsCountNotAdded
Declaration
public int AnnotationsCountNotAdded { get; }
Property Value
System.Int32
|
ArrangeDelta
Declaration
public float ArrangeDelta { get; }
Property Value
System.Single
|
ArrangeStartX
Declaration
public float ArrangeStartX { get; }
Property Value
System.Single
|
CharactersCount
Declaration
public int CharactersCount { get; }
Property Value
System.Int32
|
Gap
Declaration
public float Gap { get; }
Property Value
System.Single
|
IsStartSegment
Declaration
public bool IsStartSegment { get; }
Property Value
System.Boolean
|
LastWordIndex
Declaration
public int LastWordIndex { get; }
Property Value
System.Int32
|
LastWordIndexInSegment
Declaration
public int LastWordIndexInSegment { get; }
Property Value
System.Int32
|
Paragraph
SingleSymbolGapsCount
Count of the gaps that are caused by single symbol characters
Declaration
public int SingleSymbolGapsCount { get; set; }
Property Value
System.Int32
|
StartX
Declaration
public float StartX { get; }
Property Value
System.Single
|
TotalWidth
Declaration
public float TotalWidth { 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
|