| it.stefanochizzolini.clown.documents.Page
Page | public class Page extends PdfObjectWrapper implements IContentContext(Code) | | Document page [PDF:1.6:3.6.2].
version: 0.0.5 since: 0.0.0 |
Page | public Page(Document context)(Code) | | Creates a new page within the given document context, using default resources.
|
getIndex | public int getIndex()(Code) | | Gets the index of the page.
Remarks
The page index is not an explicit datum, therefore it needs to be
inferred from the position of the page object inside the page tree,
requiring a significant amount of computation: invoke it sparingly!
|
getNext | public Page getNext()(Code) | | Gets the next page.
Remarks
Relative positions are not explicit data, so they need a substantial
amount of computation: invoke it sparingly!
|
getPage | public Page getPage(int offset)(Code) | | Gets a page at a position relative to this one.
Remarks
Relative positions are not explicit data, so they need a substantial amount of
computation and should be used sparingly.
|
getPrevious | public Page getPrevious()(Code) | | Gets the previous page.
Remarks
Relative positions are not explicit data, so they need a substantial amount of
computation: invoke it sparingly!
|
|
|