DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

<marker>

Tag Data type Description
marker Object Creates a marker object.
setMarker Default Method Defines the marker.
setMarkerByPieces Method Defines the marker by concatenating the attributes.

<marker [attribute]> ... </marker>

Description
Creates a marker object.
Attribute
  • id = "myMarker" Optional attribute but it is requested when using reference to this object. The reference will be “myMarker”.

<setMarker attribute />

Description
Defines the marker.
Attribute
  • value = "Number of pages created per year"

<setMarkerByPieces attribute1 .. AttributeN />

Description
Defines the marker by concatenating the attributes.
Attributes
  • part1 = "Number of"
  • part2 = " pages "
  • part3 = "created per year" It generates the marker "Number of pages created per year". Using \n in a string generates a newline break.