Uses of Class
org.xhtmlrenderer.render.PageBox
Packages that use PageBox
-
Uses of PageBox in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as PageBoxModifier and TypeFieldDescriptionprivate PageBox
Layer._lastRequestedPage
private PageBox
LayoutContext._page
Fields in org.xhtmlrenderer.layout with type parameters of type PageBoxMethods in org.xhtmlrenderer.layout that return PageBoxModifier and TypeMethodDescriptionstatic PageBox
Layer.createPageBox
(CssContext c, String pseudoPage) Layer.getFirstPage
(CssContext c, Box box) Layer.getLastPage()
Layer.getLastPage
(CssContext c, Box box) private PageBox
Layer.getLastRequestedPage()
Layer.getPage
(CssContext c, int yOffset) LayoutContext.getPage()
Methods in org.xhtmlrenderer.layout that return types with arguments of type PageBoxMethods in org.xhtmlrenderer.layout with parameters of type PageBoxModifier and TypeMethodDescriptionprivate int
Layer.getPageSequenceStart
(List<BlockBox> sequences, PageBox page) Layer.getRunningBlock
(String identifier, PageBox page, PageElementPosition which) boolean
Layer.isLastPage
(PageBox pageBox) private void
Layer.setLastRequestedPage
(PageBox lastRequestedPage) void
-
Uses of PageBox in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type PageBoxModifier and TypeMethodDescriptionprivate void
ITextRenderer.paintPage
(RenderingContext c, com.lowagie.text.pdf.PdfWriter writer, PageBox page) private void
ITextRenderer.provideMetadataToPage
(com.lowagie.text.pdf.PdfWriter writer, PageBox page) Method parameters in org.xhtmlrenderer.pdf with type arguments of type PageBoxModifier and TypeMethodDescriptionprivate void
ITextRenderer.writePDF
(List<PageBox> pages, RenderingContext c, com.lowagie.text.Rectangle firstPageSize, com.lowagie.text.Document doc, com.lowagie.text.pdf.PdfWriter writer) -
Uses of PageBox in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as PageBoxModifier and TypeFieldDescriptionprivate PageBox
ContentLimitContainer._lastPage
private PageBox
RenderingContext.page
Methods in org.xhtmlrenderer.render that return PageBoxModifier and TypeMethodDescriptionprivate PageBox
ContentLimitContainer.getLastPage()
ContentLimitContainer.getPage
(LayoutContext c, int absY) RenderingContext.getPage()
Methods in org.xhtmlrenderer.render with parameters of type PageBoxModifier and TypeMethodDescriptionPageBox.BottomLeftCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.BottomMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.BottomRightCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.LeftMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) abstract Dimension
PageBox.MarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.RightMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopLeftCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopRightCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.BottomLeftCorner.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.BottomMarginArea.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.BottomRightCorner.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.LeftMarginArea.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) abstract Point
PageBox.MarginArea.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.RightMarginArea.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.TopLeftCorner.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.TopMarginArea.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) PageBox.TopRightCorner.getPaintingPosition
(RenderingContext c, PageBox page, int additionalClearance, short mode) private void
ContentLimitContainer.setLastPage
(PageBox page) void