Uses of Class
com.itextpdf.layout.renderer.Grid.Builder
Packages that use Grid.Builder
-
Uses of Grid.Builder in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return Grid.BuilderModifier and TypeMethodDescriptionGrid.Builder.columns
(int explicitColumnCount) Set number of columns for a grid, the result will be either a provided one or if some elements have a property defining more columns on a grid than provided value it will be set instead.Set iteration flow for a grid.(package private) static Grid.Builder
Get grid builder for list of values.Grid.Builder.rows
(int explicitRowCount) Set number of rows for a grid, the result will be either a provided one or if some elements have a property defining more rows on a grid than provided value it will be set instead.