Uses of Class
com.itextpdf.layout.renderer.Grid
-
Packages that use Grid Package Description com.itextpdf.layout.renderer -
-
Uses of Grid in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Grid Modifier and Type Field Description private Grid
Grid.CellPlacementHelper. grid
private Grid
GridSizer. grid
private Grid
GridTrackSizer. grid
private Grid
GridView. grid
Methods in com.itextpdf.layout.renderer that return Grid Modifier and Type Method Description Grid
Grid.Builder. build()
Build a grid with provided properties.private static Grid
GridContainerRenderer. constructGrid(GridContainerRenderer renderer, Rectangle actualBBox)
Methods in com.itextpdf.layout.renderer with parameters of type Grid Modifier and Type Method Description private GridContainerRenderer.GridLayoutResult
GridContainerRenderer. layoutGrid(LayoutContext layoutContext, Rectangle actualBBox, Grid grid)
Constructors in com.itextpdf.layout.renderer with parameters of type Grid Constructor Description CellPlacementHelper(Grid grid, GridFlow flow)
GridSizer(Grid grid, java.util.List<GridValue> templateColumns, java.util.List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox)
Creates new grid sizer instance.GridTrackSizer(Grid grid, java.util.List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order)
Create a track sizing algorithm for given template.GridView(Grid grid, GridFlow iterationOrder)
-