Class DocumentStatisticsInfo
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.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class DocumentStatisticsInfo : AutomationObject<DocumentStatisticsInfo>, IAutomationPeer, IPeerConverter, IDocumentStatisticsInfo
Constructors
DocumentStatisticsInfo()
Declaration
public DocumentStatisticsInfo()
Properties
CharactersCount
Declaration
public int CharactersCount { get; set; }
Property Value
System.Int32
|
Implements
LinesCount
Declaration
public int LinesCount { get; set; }
Property Value
System.Int32
|
Implements
PagesCount
Declaration
public int PagesCount { get; set; }
Property Value
System.Int32
|
Implements
ParagraphsCount
Declaration
public int ParagraphsCount { get; set; }
Property Value
System.Int32
|
Implements
SectionsCount
Declaration
public int SectionsCount { get; set; }
Property Value
System.Int32
|
Implements
SpacesCount
Declaration
public int SpacesCount { get; set; }
Property Value
System.Int32
|
Implements
WordsCount
Declaration
public int WordsCount { get; set; }
Property Value
System.Int32
|
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<Telerik.WebAii.Controls.Xaml.Wpf.DocumentStatisticsInfo>.GetRealType()