Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFastOutputDevice.PageState
Packages that use PdfBoxFastOutputDevice.PageState
-
Uses of PdfBoxFastOutputDevice.PageState in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxFastOutputDevice.PageStateModifier and TypeFieldDescriptionprivate final PdfBoxFastOutputDevice.PageState
PdfBoxFastOutputDevice._desiredPageState
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfBoxFastOutputDevice.PageStateModifier and TypeFieldDescriptionprivate final Deque
<PdfBoxFastOutputDevice.PageState> PdfBoxFastOutputDevice._pageStateStack
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxFastOutputDevice.PageStateModifier and TypeMethodDescriptionprivate PdfBoxFastOutputDevice.PageState
PdfBoxFastOutputDevice.PageState.copy()
private PdfBoxFastOutputDevice.PageState
PdfBoxFastOutputDevice.currentState()
private PdfBoxFastOutputDevice.PageState
PdfBoxFastOutputDevice.popState()
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice.PageStateModifier and TypeMethodDescriptionprivate void
PdfBoxFastOutputDevice.pushState
(PdfBoxFastOutputDevice.PageState state)