Doc Properties

The Doc type exposes the following members.

Properties
  Name Description
Public property DocumentFrame
The DocumentFrame comprising the root of the Frame tree.
Public property Fields

Field variable definitions for resolving field codes.

Field definitions are values that can be can be used as a data source when saving a rendered output. They do not reflect the current value of fields within a docx.

You should place your data in this structure and then at the point of render, should fields be found, appropriate values will be pulled from this property.

Use MS Word or similar tools to determine what fields are in your particular document.

Public property Options
Options for loading, parsing and rendering documents.
Public property PageCount
The total number of pages in the document.
Public property Properties
Document properties.
Public property Status
The state in which the current document is in.
Top
See Also