Creates and returns a new Document based on the Normal style.

 public Document Create()
Public Function Create() As Document

A new document based on the Normal style.

Thrown if an error occurs creating the document.

MS Word equivalent: File > New... > Blank Document

Document doc = app.Create();
Dim doc As Document = app.Create()