Uses of Class
cronapp.reports.j4c.commons.J4CPageFormat
-
Packages that use J4CPageFormat Package Description cronapp.reports.j4c cronapp.reports.j4c.commons -
-
Uses of J4CPageFormat in cronapp.reports.j4c
Methods in cronapp.reports.j4c that return J4CPageFormat Modifier and Type Method Description J4CPageFormatJ4CPage. getFormat()Methods in cronapp.reports.j4c with parameters of type J4CPageFormat Modifier and Type Method Description voidJ4CPage. setFormat(J4CPageFormat format) -
Uses of J4CPageFormat in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CPageFormat Modifier and Type Method Description static J4CPageFormatJ4CPageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CPageFormat[]J4CPageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-