| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.render.displaylist |
| Modifier and Type | Method and Description |
|---|---|
static PageBox |
Layer.createPageBox(CssContext c,
String pseudoPage) |
PageBox |
Layer.getFirstPage(CssContext c,
Box box) |
PageBox |
Layer.getLastPage() |
PageBox |
Layer.getLastPage(CssContext c,
Box box) |
PageBox |
LayoutContext.getPage() |
PageBox |
Layer.getPage(CssContext c,
int yOffset) |
| Modifier and Type | Method and Description |
|---|---|
List<PageBox> |
Layer.getPages() |
| Modifier and Type | Method and Description |
|---|---|
BlockBox |
Layer.getRunningBlock(String identifer,
PageBox page,
PageElementPosition which) |
boolean |
Layer.isLastPage(PageBox pageBox) |
void |
LayoutContext.setPage(PageBox page) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setPages(List<PageBox> pages) |
| Modifier and Type | Method and Description |
|---|---|
PageBox |
RenderingContext.getPage() |
PageBox |
ContentLimitContainer.getPage(LayoutContext c,
int absY) |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContext.setPage(int pageNo,
PageBox page) |
| Modifier and Type | Method and Description |
|---|---|
protected PageBox |
SinglePageBoxCollector.getPageBox(int pageNo) |
protected PageBox |
PagedBoxCollector.getPageBox(int pageNo) |
| Modifier and Type | Method and Description |
|---|---|
static AffineTransform |
TransformCreator.createPageCoordinatesTranform(RenderingContext c,
Box box,
PageBox page)
Creates a transform that can be applied to a page, either PDF or Java2D.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
PagedBoxCollector.findEndPage(CssContext c,
Box container,
List<PageBox> pages) |
static int |
PagedBoxCollector.findStartPage(CssContext c,
Box container,
List<PageBox> pages) |
| Constructor and Description |
|---|
SinglePageBoxCollector(int pageNo,
PageBox pageBox) |
SinglePageDisplayListCollector(PageBox pageBox,
int pageNo) |
| Constructor and Description |
|---|
DisplayListCollector(List<PageBox> pages) |
PagedBoxCollector(List<PageBox> pages) |
PageFinder(List<PageBox> pages) |
Copyright © 2018. All rights reserved.