New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

C#
[DataContract]
public class DocumentStatisticsInfo : AutomationObject<DocumentStatisticsInfo>, IAutomationPeer, IPeerConverter, IDocumentStatisticsInfo

Inheritance: objectAutomationObject<DocumentStatisticsInfo>DocumentStatisticsInfo

Implements: IAutomationPeerIDocumentStatisticsInfoIPeerConverter

Inherited Members AutomationObject<DocumentStatisticsInfo>.GetProperty(AutomationProperty)AutomationObject<DocumentStatisticsInfo>.GetProperty(AutomationProperty, object)AutomationObject<DocumentStatisticsInfo>.SetProperty(AutomationProperty, object)AutomationObject<DocumentStatisticsInfo>.InvokeMethod(AutomationMethod, params object[])AutomationObject<DocumentStatisticsInfo>.InvokeMethod(string, params object[])AutomationObject<DocumentStatisticsInfo>.Serialize()AutomationObject<DocumentStatisticsInfo>.Deserialize(string)AutomationObject<DocumentStatisticsInfo>.AssignReference(AutomationReference)AutomationObject<DocumentStatisticsInfo>.ToRealObject()AutomationObject<DocumentStatisticsInfo>.FromRealObject(object)AutomationObject<DocumentStatisticsInfo>.ReferenceAutomationObject<DocumentStatisticsInfo>.PropertyBag...

Constructors

C#
public DocumentStatisticsInfo()

Properties

C#
[DataMember]
public int CharactersCount { get; set; }

Implements: IDocumentStatisticsInfo.CharactersCount

C#
[DataMember]
public int LinesCount { get; set; }

Implements: IDocumentStatisticsInfo.LinesCount

C#
[DataMember]
public int PagesCount { get; set; }

Implements: IDocumentStatisticsInfo.PagesCount

C#
[DataMember]
public int ParagraphsCount { get; set; }

Implements: IDocumentStatisticsInfo.ParagraphsCount

C#
[DataMember]
public int SectionsCount { get; set; }

Implements: IDocumentStatisticsInfo.SectionsCount

C#
[DataMember]
public int SpacesCount { get; set; }

Implements: IDocumentStatisticsInfo.SpacesCount

C#
[DataMember]
public int WordsCount { get; set; }

Implements: IDocumentStatisticsInfo.WordsCount

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<DocumentStatisticsInfo>.GetRealType()