Uses of Class
com.itextpdf.layout.renderer.GridView.Pos
Packages that use GridView.Pos
-
Uses of GridView.Pos in com.itextpdf.layout.renderer
Subclasses of GridView.Pos in com.itextpdf.layout.rendererModifier and TypeClassDescription(package private) static class
Represents a placement cursor.Methods in com.itextpdf.layout.renderer that return GridView.PosModifier and TypeMethodDescriptionGridView.next()
(package private) GridView.Pos
GridView.reset
(int y, int x, int rightMargin, int bottomMargin) Resets grid view and sets it up for processing new element If sparse algorithm is used then x and y positions on a grid are not reset.Methods in com.itextpdf.layout.renderer with parameters of type GridView.PosModifier and TypeMethodDescription(package private) void
GridView.increaseDefaultCursor
(GridView.Pos cellSizes) Increase cursor in current flow axisvoid
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 GridView.PosModifierConstructorDescriptionPos
(GridView.Pos other) Creates a position from other position instance.