Uses of Class
com.itextpdf.layout.renderer.GridView.Pos
-
Packages that use GridView.Pos Package Description com.itextpdf.layout.renderer -
-
Uses of GridView.Pos in com.itextpdf.layout.renderer
Subclasses of GridView.Pos in com.itextpdf.layout.renderer Modifier and Type Class Description (package private) static class
GridView.Cursor
Represents a placement cursor.Methods in com.itextpdf.layout.renderer that return GridView.Pos Modifier and Type Method Description GridView.Pos
GridView. 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.Pos Modifier and Type Method Description (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.Pos Constructor Description Pos(GridView.Pos other)
Creates a position from other position instance.
-