Uses of Class
com.itextpdf.layout.properties.grid.GridFlow
-
Packages that use GridFlow Package Description com.itextpdf.layout.properties.grid com.itextpdf.layout.renderer -
-
Uses of GridFlow in com.itextpdf.layout.properties.grid
Methods in com.itextpdf.layout.properties.grid that return GridFlow Modifier and Type Method Description static GridFlow
GridFlow. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GridFlow[]
GridFlow. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridFlow in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridFlow Modifier and Type Field Description private GridFlow
Grid.Builder. flow
Methods in com.itextpdf.layout.renderer with parameters of type GridFlow Modifier and Type Method Description Grid.Builder
Grid.Builder. flow(GridFlow flow)
Set iteration flow for a grid.(package private) static java.util.Comparator<GridCell>
Grid.Builder. getOrderingFunctionForFlow(GridFlow flow)
Constructors in com.itextpdf.layout.renderer with parameters of type GridFlow Constructor Description CellPlacementHelper(Grid grid, GridFlow flow)
GridView(Grid grid, GridFlow iterationOrder)
-