- 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:parseStyles
Generates a Word document with the available styles.
Description
Element definition
This element generates an auxiliary Word document with all the available styles in a given Word document.
With the help of this element we may generate a Word document indicating not only the available styles but also how they they can be used with the addText, addTable and addList methods.
Attributes and sub-elements
path
The path to the Word document from which we want to import the styles. If empty parses the styles of the current base template.