Uses of Enum
com.itextpdf.layout.renderer.Grid.GridOrder
Packages that use Grid.GridOrder
-
Uses of Grid.GridOrder in com.itextpdf.layout.renderer
Subclasses with type arguments of type Grid.GridOrder in com.itextpdf.layout.rendererFields in com.itextpdf.layout.renderer declared as Grid.GridOrderModifier and TypeFieldDescriptionprivate final Grid.GridOrderGridView.iterationOrderprivate final Grid.GridOrderGridTrackSizer.orderMethods in com.itextpdf.layout.renderer that return Grid.GridOrderModifier and TypeMethodDescriptionstatic Grid.GridOrderReturns 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) intGrid.collapseNullLines(Grid.GridOrder order, int minSize) Deletes all null rows/columns depending on the given values.private intGrid.determineNullLinesStart(Grid.GridOrder order) (package private) intGridCell.getEnd(Grid.GridOrder order) (package private) intGridCell.getGridSpan(Grid.GridOrder order) (package private) intGridCell.getStart(Grid.GridOrder order) (package private) Collection<GridCell> Grid.getUniqueGridCells(Grid.GridOrder iterationOrder) Get all unique cells in the grid.voidGridView.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.