Click or drag to resize
WordDocument Class
Representing a Word document, WordDocument class is used to read the data from the Word document submitted by AceoffixCtrl.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordReaderWordDocument

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public sealed class WordDocument

The WordDocument type exposes the following members.

Constructors
  NameDescription
Public methodWordDocument
Initializes a new instance of WordDocument class.
Top
Methods
  NameDescription
Public methodCode exampleClose
Closes the WordDocument and returns a success message for saving.
Public methodCode exampleGetFormField
Gets the value of the Form field specified in the page with AceoffixCtrl.
Public methodCode exampleOpenDataRegion
Opens the specified DataRegion and returns the DataRegion object.
Public methodCode exampleShowPage
Pops up a custom dialog box in browser to show the saving result in HTML format.
Top
Properties
  NameDescription
Public propertyCode exampleCustomSaveResult
Sets the custom saving result defined by developer.
Public propertyDataRegions
Gets the DataRegion collection in the current Word document.
Top
Remarks

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.

Note Note

Aceoffix.WordReader.WordDocument object can only be created in the page specified by SaveDataPage.

See Also