<section> element¶
The <section>
element contains a logical grouping of text. A page can have multiple sections depending on the source document type.
Attributes¶
Attribute | Description |
---|---|
styles | Contains a semicolon delimited list of name:value pair style information values. |
Styles¶
Same as <page>
element; see page .
Children¶
Node | Description |
---|---|
<column> | A section can have zero or more <column> elements. |
Example¶
<page styles="..." left="0" top="0" width="816" height="1056">
<header styles="..." left="96" top="48" width="624" height="81">
<p styles="..." left="96" top="48" width="624" height="19" paragraphId="0">
<line left="96" top="48" width="624" height="19">
...
</line>
</p>
</header>
<section styles="pagewidth: 816; pageheight: 1056; headerFromTop: 48; footerFromBottom: 9.33333;
headerToBodySpacing: 0; footerFromBodySpacing: 0; endSectionBreakType: 0; pageNumFormat: decimal; pageNumChapterSeparator: 45; ">
<column styles="..." left="96" top="144" width="624" height="635">
<p styles="..." left="76" top="160" width="663" height="24" paragraphId="6">
...
</p>
</column>
</section>
</page>