|
|
|
Description |
|
|
Below you can find the examples of XML styling tags. |
|
|
|
|
|
<?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> <head_title> <font-size>20.0</font-size> <font-style>bold</font-style> <text-align>center</text-align> </head_title> <bold> <font-style>bold</font-style> </bold> </styles> |
|
|
|
|
|
|
|
|
|
|
|
|
|