WdStatistic Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a statistic to return from a selection or item.
public enum class WdStatistic
[System.Runtime.InteropServices.Guid("315154AD-F287-33EE-AEDE-8781545C713F")]
public enum WdStatistic
type WdStatistic =
Public Enum WdStatistic
- Inheritance
-
WdStatistic
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdStatisticWords | 0 | Count of words. |
wdStatisticLines | 1 | Count of lines. |
wdStatisticPages | 2 | Count of pages. |
wdStatisticCharacters | 3 | Count of characters. |
wdStatisticParagraphs | 4 | Count of paragraphs. |
wdStatisticCharactersWithSpaces | 5 | Count of characters including spaces. |
wdStatisticFarEastCharacters | 6 | Count of Far East characters. |