Click or drag to resize

Document UpdateWordCount Method ( Char , Boolean)

Update Paragraphs count, Word count and Character count.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void UpdateWordCount(
	char[] splitchar,
	bool includeTbFnEn
)

Parameters

splitchar
Type: System Char
The word separator.
includeTbFnEn
Type: System Boolean
The include text boxes,footnotes and endnotes.
See Also