Word.StatisticType enum
Document statistic types.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| characters = "Characters" | Characters in the document. |
| charactersWithSpaces = "CharactersWithSpaces" | Characters including spaces. |
| farEastCharacters = "FarEastCharacters" | Far East (DBCS) characters. |
| lines = "Lines" | Lines in the document. |
| pages = "Pages" | Pages in the document. |
| paragraphs = "Paragraphs" | Paragraphs in the document. |
| words = "Words" | Words in the document. |