Marker is intended for setting cell style while making the report. You can set any cell style-color, type, limit, conditional formatting. Style markers may be described on the sheet with system name <!STYLES!> only

Description

<!STYLE name="style name"!>

<!ITEMS!>

<!ITEM cell="style holder cell" cond="bool expression with args"!>[..n]

<!\ITEMS!>

<!\STYLE!>


STYLE – the main marker style.

name="style name"
Style name. It`s unique within the template. Use it with style attributes.

ITEMS – collection of markers. It includes style elements and conditions for usage. Style elements conditions are checked from top to bottom. If the condition is true, then use element style, connected with this condition, other styles are ignored.

ITEM –marker describing style and condition of its usage.

cell="style holder cell"
Indicates cell sheet, which is intended for saving/editing style. Cell is placed on the same sheet as style marker. Coordinates are indicated in alpha-numeric format (For example: A4, B3).

cond="bool expression with args"
Condition (conditional expression) proposes to use marker.  In this expression use ARG1…ARGn arguments, which while calculating will be output from attribute style_args marker, which have the same style. (In details about expressions see Expression language).


Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator