WordDocument Class |
Namespace: Aceoffix.WordWriter
The WordDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | WordDocument |
Initializes a new instance of WordDocument class.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateDataRegion |
Creates a new DataRegion and returns a DataRegion object.
|
![]() | InsertPageBreak |
Inserts Page Break at the current cursor.
|
![]() ![]() | OpenDataRegion |
Opens the specified DataRegion and returns a DataRegion object.
|
![]() ![]() | OpenDataTag |
Opens the specified DataTag and returns a DataTag object.
|
Name | Description | |
---|---|---|
![]() | DisableWindowDoubleClick |
Sets a value that indicates whether double-click is disabled in current document.
|
![]() | DisableWindowRightClick |
Sets a value that indicates whether right-click is disabled in current document.
|
![]() | DisableWindowSelection |
Sets a value that indicates whether selection is disabled in current document.
|
![]() | EnableAllDataRegionsEditing |
Sets a value that indicates whether all the DataRegions in document are editable.
|
![]() | Template |
Gets a Template object.
|
![]() | WaterMark |
Gets a WaterMark object.
|
WordDocument is an important class. WordDocument object is the data source of AceoffixCtrl and used as the parameter of the Aceoffix.AceoffixCtrl.Bind(Object) method. WordDocument class is used to dynamically output the data to the Word document and control the format and the editing of the document.