|
|
|
Description |
|
|
The tag defines the header of a section or a table. There can be only one header tag per container. |
|
Example |
|
|
<?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.tests.basic.pl"> . . . <document> <section width="21.0" height="29.7"> <header style="debug"> <text input="document_code"></text> </header> </section> </document> . . . </assembly> |
|
|
An example of coding the header with the style stored in the first.nxm_up_style file under the debug name. The header contains only one text tag displaying the contents of the document_code field. |
|
Attributes |
|
|
style, |
|
Parent elements permitted |
|
|
<section>, <table>, |
|
|
|
|
|
|
|