Class
ParagraphLineSegmentInfo

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ParagraphLineSegmentInfo

Inheritance: objectParagraphLineSegmentInfo

Constructors

ParagraphLineSegmentInfo(Paragraph, float)

Declaration

cs-api-definition
public ParagraphLineSegmentInfo(Paragraph paragraph, float segmentStartX)

Parameters

paragraph

Paragraph

segmentStartX

float

Properties

AnnotationsCount

Declaration

cs-api-definition
public int AnnotationsCount { get; }

Property Value

int

AnnotationsCountNotAdded

Declaration

cs-api-definition
public int AnnotationsCountNotAdded { get; }

Property Value

int

ArrangeDelta

Declaration

cs-api-definition
public float ArrangeDelta { get; }

Property Value

float

ArrangeStartX

Declaration

cs-api-definition
public float ArrangeStartX { get; }

Property Value

float

CharactersCount

Declaration

cs-api-definition
public int CharactersCount { get; }

Property Value

int

Gap

Declaration

cs-api-definition
public float Gap { get; }

Property Value

float

IsStartSegment

Declaration

cs-api-definition
public bool IsStartSegment { get; }

Property Value

bool

LastWordIndex

Declaration

cs-api-definition
public int LastWordIndex { get; }

Property Value

int

LastWordIndexInSegment

Declaration

cs-api-definition
public int LastWordIndexInSegment { get; }

Property Value

int

Paragraph

Declaration

cs-api-definition
public Paragraph Paragraph { get; }

Property Value

Paragraph

SingleSymbolGapsCount

Count of the gaps that are caused by single symbol characters

Declaration

cs-api-definition
public int SingleSymbolGapsCount { get; set; }

Property Value

int

StartX

Declaration

cs-api-definition
public float StartX { get; }

Property Value

float

TotalWidth

Declaration

cs-api-definition
public float TotalWidth { get; }

Property Value

float

Width

Declaration

cs-api-definition
public float Width { get; }

Property Value

float

WordCount

Declaration

cs-api-definition
public int WordCount { get; }

Property Value

int