pdx:createListStyle

Creates a custom list style to use it in combination with the addList and embedHTML methods.

Description

Element definition

This element allows the generation of custom list styles that can be used in combination with the addList and embedHTML methods.

if you want that the embedded HTML code uses the generated list style this has to have the same name as the corresponding CSS class for the UL tag. Do not forget to set the option 'customListStyles' to true in your call to embedHTML.

Attributes and sub-elements

name

The name of the list we are creating. If used in combination with the embedHTML or replaceTemplateVariableByHTML elemnts the neme given to the new custom list has to coincide with the list style name that we want to override.

options

key Description
type
  • none
  • bullet
  • decimal
  • upperRoman
  • lowerRoman
  • upperLetter
  • lowerLater
  • ordinal
  • cardinalText
  • ordinalText
bold If true use bold characters.
color Hexadecimal color value: 'FF0000', '000000', ...
font Font family. This allows the customization of bullets.
fontSize Font size in points.
format The default one is '%1.' for first level, '%2' for second level and so long so forth.
hanging The extra space for the numbering, should be big enough to accommodate it, the default is 360.
italic If true use italics.
left The left indent. The default value is 720 times the list level.
start Start value. The default value is 1.
underline Underlines. Possible values are: single, words, double, dotted, dash and wave.
Code samples
#Example 1

config.xml

content.xml

settings.xml

The resulting Word document looks like: