|
|
|
Example file *.nxm_up_style |
|
|
<?xml version="1.0" encoding="utf-8"?> <styles> <default> <border-width>0.03</border-width> <border-color>#808080</border-color> </default> <small> <font-size>6.0</font-size> </small> <details> <font-size>8.0</font-size> <height>0.4</height> </details> <normal> <font-size>10.0</font-size> </normal> <heading2> <font-size>16.0</font-size> </heading2> <heading3> <font-size>14.0</font-size> </heading3> <head_title> <font-size>20.0</font-size> <font-style>bold</font-style> <text-align>center</text-align> </head_title> <important> <foreground-color>#FF0000</foreground-color> </important> <important_heading2> <style>important;heading2</style> </important_heading2> <table_header> <background-color1>#D0D0D0</background-color1> <font-style>bold</font-style> </table_header> <debug> <background-color>#D00000</background-color> </debug> <bold> <font-style>bold</font-style> </bold>
<text-left> <text-align>left</text-align> </text-left> <text-right> <text-align>right</text-align> </text-right> <text-center> <text-align>center</text-align> </text-center> <text-jutify> <text-align>jutify</text-align> </text-jutify> <border-0> <border-width>0</border-width> </border-0> <border-1> <border-width>0.01</border-width> <border-style>single</border-style> <border-color>Black</border-color> </border-1> <border-top> <border-width-top>0.01</border-width-top> <border-style-top>single</border-style-top> <border-color-top>black</border-color-top> </border-top> <border-left> <border-width-left>0.01</border-width-left> <border-style-left>single</border-style-left> <border-color-left>red</border-color-left> <padding-left>0.5</padding-left> </border-left> <height-standard> <height>0.9</height> </height-standard> <przestrzen-2> <padding-left>0.5</padding-left> <padding-right>0.5</padding-right> </przestrzen-2> <lista-towarow> <padding-top>0.05</padding-top> <padding-bottom>0.05</padding-bottom> </lista-towarow> </styles> |
|
|
|
|
|
Comments |
|
|
Symbols |
|
|
All references to data take place with reference to some defined symbol. Always defined is: "this" symbol - indicating the "current" object (context") the "root" symbol - indicating the root of the data (do not redefine it) All references are in the form of: (a) single-part, e.g. 'name' - then by default they refer to the 'this' symbol, i.e. they are the same as 'this.name' b) multipart, e.g. "this.customer.country.name" - then the symbol must be explicitly specified. |
|
|
|
|
|
<text input="issue_date" output="InvoiceDate"></text> |
|
|
Sets the property 'value' of the <text> element to the value of the "this.issue_date" field in the current dataset. |
|
|
|
|
|
|
|