Click or drag to resize
WordDocument Class
Representing a Word document, WordDocument class is used to output data to the Word document dynamically and control the format and the editing of the document.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterWordDocument

Namespace: Aceoffix.WordWriter
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 exampleCreateDataRegion
Creates a new DataRegion and returns a DataRegion object.
Public methodInsertPageBreak
Inserts Page Break at the current cursor.
Public methodCode exampleOpenDataRegion
Opens the specified DataRegion and returns a DataRegion object.
Public methodCode exampleOpenDataTag
Opens the specified DataTag and returns a DataTag object.
Top
Properties
  NameDescription
Public propertyDisableWindowDoubleClick
Sets a value that indicates whether double-click is disabled in current document.
Public propertyDisableWindowRightClick
Sets a value that indicates whether right-click is disabled in current document.
Public propertyDisableWindowSelection
Sets a value that indicates whether selection is disabled in current document.
Public propertyEnableAllDataRegionsEditing
Sets a value that indicates whether all the DataRegions in document are editable.
Public propertyTemplate
Gets a Template object.
Public propertyWaterMark
Gets a WaterMark object.
Top
Remarks

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.

See Also