DataRegion Class |
Namespace: Aceoffix.WordReader
The DataRegion type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenShape |
Opens the specified shape and returns a Shape object.
|
![]() | OpenTable |
Opens the specified table and returns a Table object.
|
Name | Description | |
---|---|---|
![]() | FileBytes |
Gets the content fragment contained in DataRegion in Word binary format.
|
![]() | Name |
Gets the name of the DataRegion.
|
![]() | Shapes |
Gets the Shape collection contained in DataRegion.
|
![]() | Tables |
Gets the Table collection contained in DataRegion.
|
![]() | Value |
Gets the value of the DataRegion.
|
Representing a DataRegion, DataRegion class is used to extract data from the DataRegion. You can only call the OpenDataRegion(String) method to get the DataRegion object.
In Word document, developer can define any range of selection as a DataRegion object by inserting a bookmark with the prefix name "ACE_". In other words, the DataRegion is a bookmark object whose name begins with "ACE_" in Word document.