2.2.6 Page
Applies to RPL version 10.3
The Page record specifies the properties, header, and footer that apply to a PageContent record.
-
Page = pageStart PageProperties [PageHeaderElement] [PageFooterElement] delimiter
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pageStart |
pageProperties (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
pageHeaderElement (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
pageFooterElement (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
delimiter |
pageStart (1 byte): A byte that specifies the start of the Page record. The value of the pageStart field MUST be 0x01.
pageProperties (variable): A PageProperties record that specifies the properties that are applicable to the Page record.
pageHeaderElement (variable): A PageHeaderElement record that specifies the content of the header area of a Page record.
pageFooterElement (variable): A PageFooterElement record that specifies the content of the footer area of a Page record.
delimiter (1 byte): A byte that specifies the end of the Page record. The value of the delimiter field MUST be 0xFF.