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
)
Public Sub UpdateWordCount (
splitchar As Char(),
includeTbFnEn As Boolean
)
public:
void UpdateWordCount(
array<wchar_t>^ splitchar,
bool includeTbFnEn
)
member UpdateWordCount :
splitchar : char[] *
includeTbFnEn : bool -> unit
Parameters
-
splitchar
-
Type:
System
Char
The word separator.
-
includeTbFnEn
-
Type:
System
Boolean
The include text boxes,footnotes and endnotes.
See Also