Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Field | Description |
---|---|---|
protected Page |
AbstractPageSequenceLayoutManager.curPage |
Current page with page-viewport-area being filled by the PSLM.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract Page |
AbstractPageSequenceLayoutManager.createPage(int pageNumber,
boolean isBlank) |
Creates and returns a new page.
|
protected Page |
ExternalDocumentLayoutManager.createPage(int pageNumber,
boolean isBlank) |
Creates and returns a new page.
|
protected Page |
PageSequenceLayoutManager.createPage(int pageNumber,
boolean isBlank) |
Creates and returns a new page.
|
Page |
AbstractLayoutManager.getCurrentPage() |
|
Page |
AbstractPageSequenceLayoutManager.getCurrentPage() |
Provides access to the current page.
|
protected Page |
PageProvider.getPage(boolean isBlank,
int index) |
Returns a Page.
|
Page |
PageProvider.getPage(boolean isBlank,
int index,
int relativeTo) |
Returns a Page.
|
protected Page |
AbstractPageSequenceLayoutManager.makeNewPage(boolean isBlank) |
Makes a new page
|
protected Page |
PageSequenceLayoutManager.makeNewPage(boolean isBlank) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractPageSequenceLayoutManager.setCurrentPage(Page currentPage) |
Provides access for setting the current page.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.