This class provides document part management functions.
In general, we talk about document part in the broad sense. Here, the term means the parts of the document (main part, header or footer) or objects which may contain an exploitable subset, for example an array cell).
Example
Find the second table in a document:
NUM_BIN_4 rc
NUM_BIN_4 part
NUM_BIN_4 table
...
CALL_DLL 'DocxToolBx' 'PartGetTable' part 2 table rc
...
Functions in the DocxToolBx DLL:
- PartCountChildOfType
- PartCountParagraphs
- PartCountTables
- PartGetChildOfType
- PartGetParagraph
- PartGetTable
List of DocxToolBx DLL function classes