Uses of Class
cronapp.reports.j4c.commons.J4CTextMode
-
Packages that use J4CTextMode Package Description cronapp.reports.j4c cronapp.reports.j4c.commons -
-
Uses of J4CTextMode in cronapp.reports.j4c
Methods in cronapp.reports.j4c that return J4CTextMode Modifier and Type Method Description J4CTextModeJ4CText. getMode()Methods in cronapp.reports.j4c with parameters of type J4CTextMode Modifier and Type Method Description voidJ4CText. setMode(J4CTextMode mode) -
Uses of J4CTextMode in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CTextMode Modifier and Type Method Description static J4CTextModeJ4CTextMode. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CTextMode[]J4CTextMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-