object which is a parent to the pages in the document
| Public Attributes |
| bleed_box |
|
| media_box |
Each of the following should be an array of 4 numbers, the x and y
coordinates of the lower left and upper right bounds of the box.
|
| procset |
|
| trim_box |
|
| Public Methods |
| << |
Add the page ID to the end of the page list.
|
| add |
Add a page to the page list. If p is just a Page, then it will be added to
the page list. Otherwise, it will be treated as a Hash with keys :page,
:pos, and :rpage. :page is the Page to be added to the list; :pos is
:before or :after; :rpage is the Page to which the new Page will be added
relative to.
|
| first_page |
|
| new |
|
| size |
|
| to_s |
|
<code/>and<pre/>for code samples.