2.2.5.3 PageContent (RPL 10.3)
Applies to RPL version 10.3
The PageContent record specifies the content of a page of a report.
-
PageContent = pageContentStart BodyAreaElement Page Measurements ReportElementEnd
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pageContentStart |
bodyArea (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
page (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
measurements (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
reportElementEnd |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
pageContentStart (1 byte): A byte that specifies the start of the PageContent record. The value of the pageContentStart field MUST be 0x13.
bodyArea (variable): A BodyAreaElement record that specifies the content of the body area of the PageContent record.
page (variable): A Page record that specifies the properties, header, and footer of a page.
measurements (variable): A record of type Measurements that specifies the size, location, and state properties for the bodyArea record and for the pageHeaderElement and pageFooterElement fields of the Page record.
reportElementEnd (10 bytes): A ReportElementEnd record that marks the end of the PageContent record. The offset field of the ReportElementEnd record MUST specify the position of the measurements field of the PageContent record in the RPL stream.