Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.Direction
-
Packages that use Clipper.Direction Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Clipper.Direction in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.Direction Modifier and Type Method Description static Clipper.Direction
Clipper.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Clipper.Direction[]
Clipper.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-