This class provides management functions for paragraphs of text and text sub-elements of these paragraphs.
Examples
Addition of a paragraph after a reference paragraph:
NUM_BIN_4 rc
NUM_BIN_4 part
NUM_BIN_4 ref
NUM_BIN_4 para
CALL_DLL 'DocxToolBx' 'ParagraphInsert' part _DOCX_POS_AFTER ref 'Normal' 'Paragraph text' para rc
...
Insertion of the current date at the end of a paragraph:
NUM_BIN_4 rc
NUM_BIN_4 para
...
CALL_DLL 'DocxToolBx' 'ParagraphInsertCurrentDate' part _DOCX_POS_LAST 0 '''On'' d MMMM yyyy ''at'' H:m' rc
...
Functions in the DocxToolBx DLL:
- ParagraphCountRuns
- ParagraphGetRun
- ParagraphGetStyle
- ParagraphGetText
- ParagraphInsert
- ParagraphInsertCurrentDate
- ParagraphInsertSpaces
- ParagraphInsertText
- ParagraphSetStyle
List of DocxToolBx DLL function classes