- addBackgroundImage
- addFooter
- addHeader
- addLineNumbering
- addMacroFromDoc
- addPageBorders
- addProperties
- addSection
- createCharacterStyle
- createListStyle
- createParagraphStyle
- docxSettings
- importHeadersAndFooters
- importListStyle
- importStyles
- modifyPageLayout
- parseStyles
- removeFooters
- removeHeaders
- setBackgroundColor
- setDefaultFont
- setDocumentDefaultStyles
- setEncodeUTF8
- setLanguage
- setMarkAsFinal
pdx:parseCheckboxes
Ticks or unticks a checkbox in a Word template.
Element definition
This element allows to modify the state of all the checkboxes of a given Word document.
It allows the modification of:
- legacy checkboxes
- Word 2010 checkboxes
The checkboxes are parsed sequentally, as they show in the Word document, and their final state is defined by the $checkboxes array of 0's and 1's (unchecked or checked respectively).
If the length of the $checkboxes array is shorter than the total number of checkboxes the "extra" one will be ignored and left in their current state.
source
The path to the Word document that we want to parse.
target
The path to the resulting Word document.
checkboxes
Possible values: 1 (tick) or 0 (untick).
In principle, this should have as many entries as checkboxes in the Word document. If there are less the last checkboxes will be ignored and if there are more the extra values will be ignored.