Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFastOutputDevice.PageState
-
Packages that use PdfBoxFastOutputDevice.PageState Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxFastOutputDevice.PageState in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxFastOutputDevice.PageState Modifier and Type Field Description private PdfBoxFastOutputDevice.PageStatePdfBoxFastOutputDevice. _desiredPageStateFields in com.openhtmltopdf.pdfboxout with type parameters of type PdfBoxFastOutputDevice.PageState Modifier and Type Field Description private java.util.Deque<PdfBoxFastOutputDevice.PageState>PdfBoxFastOutputDevice. _pageStateStackMethods in com.openhtmltopdf.pdfboxout that return PdfBoxFastOutputDevice.PageState Modifier and Type Method Description private PdfBoxFastOutputDevice.PageStatePdfBoxFastOutputDevice.PageState. copy()private PdfBoxFastOutputDevice.PageStatePdfBoxFastOutputDevice. currentState()private PdfBoxFastOutputDevice.PageStatePdfBoxFastOutputDevice. popState()Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFastOutputDevice.PageState Modifier and Type Method Description private voidPdfBoxFastOutputDevice. pushState(PdfBoxFastOutputDevice.PageState state)
-