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 @Nullable PageBoxLayer._lastRequestedPageprivate @Nullable PageBoxLayoutContext._pageFields in org.xhtmlrenderer.layout with type parameters of type PageBoxMethods in org.xhtmlrenderer.layout that return PageBoxModifier and TypeMethodDescriptionstatic PageBoxLayer.createPageBox(CssContext c, String pseudoPage) static PageBoxLayer.createPageBox(CssContext c, String pseudoPage, int top, int pageNo) @Nullable PageBoxLayer.getFirstPage(CssContext c, Box box) @Nullable PageBoxLayer.getLastPage()@Nullable PageBoxLayer.getLastPage(CssContext c, Box box) private @Nullable PageBoxLayer.getLastRequestedPage()@Nullable PageBoxLayer.getPage(CssContext c, int yOffset) @Nullable PageBoxLayoutContext.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 intLayer.getPageSequenceStart(List<BlockBox> sequences, PageBox page) @Nullable BlockBoxLayer.getRunningBlock(String identifier, PageBox page, PageElementPosition which) booleanLayer.isLastPage(PageBox pageBox) private voidLayer.setLastRequestedPage(@Nullable PageBox lastRequestedPage) void -
Uses of PageBox in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type PageBoxModifier and TypeMethodDescriptionprivate voidITextRenderer.paintPage(RenderingContext c, com.lowagie.text.pdf.PdfWriter writer, PageBox page) private voidITextRenderer.provideMetadataToPage(com.lowagie.text.pdf.PdfWriter writer, PageBox page) Method parameters in org.xhtmlrenderer.pdf with type arguments of type PageBoxModifier and TypeMethodDescriptionprivate voidITextRenderer.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 @Nullable PageBoxContentLimitContainer._lastPageprivate PageBoxRenderingContext.pageMethods in org.xhtmlrenderer.render that return PageBoxModifier and TypeMethodDescriptionprivate PageBoxContentLimitContainer.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 DimensionPageBox.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, Layer.PagedMode mode) PageBox.BottomMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.BottomRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.LeftMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) abstract PointPageBox.MarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.RightMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopLeftCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) private voidContentLimitContainer.setLastPage(PageBox page) void