WordDocument Class |
Namespace: Aceoffix.WordReader
The WordDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | WordDocument |
Initializes a new instance of WordDocument class.
|
Name | Description | |
---|---|---|
![]() ![]() | Close |
Closes the WordDocument and returns a success message for saving.
|
![]() ![]() | GetFormField |
Gets the value of the Form field specified in the page with AceoffixCtrl.
|
![]() ![]() | OpenDataRegion |
Opens the specified DataRegion and returns the DataRegion object.
|
![]() ![]() | ShowPage |
Pops up a custom dialog box in browser to show the saving result in HTML format.
|
Name | Description | |
---|---|---|
![]() ![]() | CustomSaveResult |
Sets the custom saving result defined by developer.
|
![]() | DataRegions |
Gets the DataRegion collection in the current Word document.
|
WordDocument is an important class. WordDocument object contains the data submitted by AceoffixCtrl. Typically, WordDocument class is used to read the data that users input into the Word document.
![]() |
---|
Aceoffix.WordReader.WordDocument object can only be created in the page specified by SaveDataPage. |