Uses of Class
com.itextpdf.layout.renderer.Grid
Packages that use Grid
-
Uses of Grid in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridModifier and TypeFieldDescriptionprivate final GridGrid.CellPlacementHelper.gridprivate final GridGridSizer.gridprivate final GridGridTrackSizer.gridprivate final GridGridView.gridMethods in com.itextpdf.layout.renderer that return GridModifier and TypeMethodDescriptionGrid.Builder.build()Build a grid with provided properties.private static GridGridContainerRenderer.constructGrid(GridContainerRenderer renderer, Rectangle actualBBox) Methods in com.itextpdf.layout.renderer with parameters of type GridModifier and TypeMethodDescriptionGridContainerRenderer.layoutGrid(LayoutContext layoutContext, Rectangle actualBBox, Grid grid) Constructors in com.itextpdf.layout.renderer with parameters of type GridModifierConstructorDescription(package private)CellPlacementHelper(Grid grid, GridFlow flow) (package private)GridSizer(Grid grid, List<GridValue> templateColumns, List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox) Creates new grid sizer instance.(package private)GridTrackSizer(Grid grid, List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order) Create a track sizing algorithm for given template.(package private)