Uses of Enum
com.itextpdf.layout.renderer.Grid.GridOrder
Packages that use Grid.GridOrder
-
Uses of Grid.GridOrder in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Grid.GridOrderModifier and TypeFieldDescriptionprivate final Grid.GridOrder
GridView.iterationOrder
private final Grid.GridOrder
GridTrackSizer.order
Methods in com.itextpdf.layout.renderer that return Grid.GridOrderModifier and TypeMethodDescriptionstatic Grid.GridOrder
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.GridOrderModifier and TypeMethodDescription(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) 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.GridOrderModifierConstructorDescription(package private)
GridTrackSizer
(Grid grid, List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order) Create a track sizing algorithm for given template.