ClassDocumentStatisticsInfo
Represents statistical information about a RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DocumentStatisticsInfo
Inheritance: objectDocumentStatisticsInfo
Constructors
DocumentStatisticsInfo()
Initializes a new instance of the DocumentStatisticsInfo class.
Declaration
public DocumentStatisticsInfo()
Properties
CharactersCount
Gets or sets the characters count.
Declaration
public int CharactersCount { get; set; }
Property Value
The characters count.
LinesCount
Gets or sets the lines count.
Declaration
public int LinesCount { get; set; }
Property Value
The lines count.
PagesCount
Gets or sets the pages count.
Declaration
public int PagesCount { get; set; }
Property Value
The pages count.
ParagraphsCount
Gets or sets the paragraphs count.
Declaration
public int ParagraphsCount { get; set; }
Property Value
The paragraphs count.
SectionsCount
Gets or sets the sections count.
Declaration
public int SectionsCount { get; set; }
Property Value
The sections count.
SpacesCount
Gets or sets the spaces count.
Declaration
public int SpacesCount { get; set; }
Property Value
The spaces count.
WordsCount
Gets or sets the words count.
Declaration
public int WordsCount { get; set; }
Property Value
The words count.
Methods
ToString()
Converts to string.