Parses and analyzes a Word document.

[VBScript]
Public Sub ParseDocument( _
   ByVal document As Word.Document _
)
[JScript]
public function ParseDocument(
   document : Word.Document
);

Parameters

document
The Microsoft Word document to parse.

Remarks

Call this method to parse and analyse a Word document. During this process, Help Producer will create topics, a table of contents, indexes, etc.

See Also

Filter Object | Filter Members | HelpProducer Namespace