Uses of Class
com.itextpdf.layout.renderer.Grid.GridOrder
-
Packages that use Grid.GridOrder Package Description com.itextpdf.layout.renderer -
-
Uses of Grid.GridOrder in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Grid.GridOrder Modifier and Type Field Description private Grid.GridOrder
GridView. iterationOrder
private Grid.GridOrder
GridTrackSizer. order
Methods in com.itextpdf.layout.renderer that return Grid.GridOrder Modifier and Type Method Description static Grid.GridOrder
Grid.GridOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Grid.GridOrder[]
Grid.GridOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.layout.renderer with parameters of type Grid.GridOrder Modifier and Type Method Description (package private) int
Grid. collapseNullLines(Grid.GridOrder order, int minSize)
Deletes all null rows/columns depending on the given values.private int
Grid. determineNullLinesStart(Grid.GridOrder order)
(package private) int
GridCell. getEnd(Grid.GridOrder order)
(package private) int
GridCell. getGridSpan(Grid.GridOrder order)
(package private) int
GridCell. getStart(Grid.GridOrder order)
(package private) java.util.Collection<GridCell>
Grid. getUniqueGridCells(Grid.GridOrder iterationOrder)
Get all unique cells in the grid.void
GridView.Cursor. increment(Grid.GridOrder flow, GridView.Pos boundaries)
Increment cursor in specified flow axis and if it exceeds the boundary in that axis make a carriage return.Constructors in com.itextpdf.layout.renderer with parameters of type Grid.GridOrder Constructor Description GridTrackSizer(Grid grid, java.util.List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order)
Create a track sizing algorithm for given template.
-