|
|
|
Description |
|
|
The <paragraph> tag defines paragraph(s) of a document within a <content> tag. The tag is the block type container for other elements. You can use a paragraph instead of a row |
|
Example |
|
|
<?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.tests.basic.pl"> . . . <define id="company_header"> <content> <paragraph> . . . </paragraph> </content> </define> . . . </assembly> |
|
Attributes |
|
|
style, keep, border-color, |
|
Child elements permitted |
|
|
<paragraph>, <text>, <image>, <page-footer>, <page-header>, <repeater>, <space>, <br/>, <inject>, <switch_>, <qwu>, <table>, |
|
Parent elements permitted |
|
|
<content>, <section>, <header>, <footer>, <page-header>, <page-footer>, <repeater>, <cell> and other <paragraph>, <case_>, |
|
|
|
|
|
|
|