Uses of Class
com.itextpdf.layout.properties.grid.GridValue
Packages that use GridValue
-
Uses of GridValue in com.itextpdf.layout.properties.grid
Subclasses of GridValue in com.itextpdf.layout.properties.gridModifier and TypeClassDescriptionfinal class
Represents an auto template value.class
Represents a breadth value on a grid.class
Represents fit content function template value.class
Represents flexible template value.class
Abstract class representing function value on a grid.class
Abstract class representing length value on a grid.final class
Represents max-content template value.final class
Represents min-content template value.class
Represents minmax function template value.class
Represents percent template value.class
Represents point template value.Fields in com.itextpdf.layout.properties.grid with type parameters of type GridValueMethods in com.itextpdf.layout.properties.grid that return types with arguments of type GridValueModifier and TypeMethodDescriptionAutoRepeatValue.getValues()
Get template values which should be repeated.FixedRepeatValue.getValues()
Gets template values which should be repeated.Constructor parameters in com.itextpdf.layout.properties.grid with type arguments of type GridValueModifierConstructorDescriptionAutoRepeatValue
(boolean autoFit, List<GridValue> values) Create a new auto-repeat valueFixedRepeatValue
(int repeatCount, List<GridValue> values) Create a new fixed-repeat value -
Uses of GridValue in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridValueModifier and TypeFieldDescriptionprivate final GridValue
GridSizer.columnAutoWidth
private final GridValue
GridSizer.rowAutoHeight
(package private) GridValue
GridTrackSizer.Track.value
Fields in com.itextpdf.layout.renderer with type parameters of type GridValueModifier and TypeFieldDescriptionGridTemplateResolver.Result.result
GridSizer.templateColumns
GridSizer.templateRows
Methods in com.itextpdf.layout.renderer that return types with arguments of type GridValueModifier and TypeMethodDescriptionGridTemplateResolver.Result.getList()
GridTemplateResolver.resolveTemplate
(List<TemplateValue> template) Resolves template values to grid values by flatting repeats.GridTemplateResolver.AutoRepeatResolver.shrinkTemplatesToFitSize
(int sizeToFit) Shrinks template list to fit the given size by reducing number of auto-fit/fill repetitions.GridTemplateResolver.shrinkTemplatesToFitSize
(int sizeToFit) Shrinks template list to fit the given size by reducing number of auto-fit/fill repetitions.Methods in com.itextpdf.layout.renderer with parameters of type GridValueMethod parameters in com.itextpdf.layout.renderer with type arguments of type GridValueModifier and TypeMethodDescriptionGridTrackSizer.TrackSizingResult.getTrackSizesAndExpandPercents
(List<GridValue> template) Get expanded track sizes where inline percents are resolved against calculated grid area.Constructors in com.itextpdf.layout.renderer with parameters of type GridValueModifierConstructorDescription(package private)
GridSizer
(Grid grid, List<GridValue> templateColumns, List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox) Creates new grid sizer instance.Constructor parameters in com.itextpdf.layout.renderer with type arguments of type GridValueModifierConstructorDescription(package private)
GridSizer
(Grid grid, List<GridValue> templateColumns, List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox) Creates new grid sizer instance.(package private)
GridTrackSizer
(Grid grid, List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order) Create a track sizing algorithm for given template.(package private)