Word.Statistic enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Document statistic types.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |