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 GridGrid.CellPlacementHelper. gridprivate GridGridSizer. gridprivate GridGridTrackSizer. gridprivate GridGridView. gridMethods in com.itextpdf.layout.renderer that return Grid Modifier and Type Method Description GridGrid.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 Grid Modifier and Type Method Description private GridContainerRenderer.GridLayoutResultGridContainerRenderer. 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)
-