Uses of Interface
com.openhtmltopdf.java2d.api.FSPage
Package | Description |
---|---|
com.openhtmltopdf.java2d.api |
-
Uses of FSPage in com.openhtmltopdf.java2d.api
Classes in com.openhtmltopdf.java2d.api that implement FSPage Modifier and Type Class Description static class
DefaultPageProcessor.DefaultPage
Methods in com.openhtmltopdf.java2d.api that return FSPage Modifier and Type Method Description FSPage
BufferedImagePageProcessor. createPage(int zeroBasedPageNumber, int width, int height)
FSPage
DefaultPageProcessor. createPage(int zeroBasedPageNumber, int width, int height)
FSPage
FSPageProcessor. createPage(int zeroBasedPageNumber, int width, int height)
Methods in com.openhtmltopdf.java2d.api with parameters of type FSPage Modifier and Type Method Description void
BufferedImagePageProcessor. finishPage(FSPage pg)
void
DefaultPageProcessor. finishPage(FSPage pg)
void
FSPageProcessor. finishPage(FSPage pg)