|
|
1. Description / about |
|
This chapter describes the tags in the file with the nxm_up_style extension. We use the names of the parameter groups created in it in the style attribute in the template file (nxm_up_tpl). The following tags allow you to format the document. They can also be used directly in the document template as an attribute of a specific element. In the template file we use the style attribute to specify which set of styles to use for a given object, example: <text style="distinction">Purchaser</text>. |
|
An example of a style file describing the definition of a highlight might look like this: |
|
<?xml version="1.0" encoding="utf-8"?> <styles> <distinction> <foreground-color>#808080</foreground-color> <background-color>#FFFFFF</background-color> <border>0.01</border> <font_style>bold</font_style> </distinction> </styles> |
|
The name of the parameter group must not contain diacritical marks and semicolons. The table below lists all the tags that can be applied to template objects. All coordinates, widths and heights must be given in centimeters. Only the font size has to be given in points. |
|
|
|
|
|