Cette classe fournit des fonctions de gestion des sections de document.
Exemples
Définition d'un en-tête sur la section principale du document :
NUM_BIN_4 document
NUM_BIN_4 section
NUM_BIN_4 header
NUM_BIN_4 para
...
APPELER_DLL 'DocxToolBx' 'SectionGetDefaultSection' document section rc
APPELER_DLL 'DocxToolBx' 'SectionGetHeader' section _DOCX_HEADER_TYPE_DEFAULT _DOCX_CRH_CREATE_ALWAYS header rc
APPELER_DLL 'DocxToolBx' 'ParagraphInsert' header _DOCX_POS_LAST 0 'Normal' 'Catalogue printemps/été 2015' para rc
...
Fonctions de la DLL DocxToolBx :
Liste des classes de fonctions de la DLL DocxToolBx