Uses of Enum Class
at.letto.tools.tex.Tex.PRINTMODE
Packages that use Tex.PRINTMODE
-
Uses of Tex.PRINTMODE in at.letto.tools.html
Methods in at.letto.tools.html that return Tex.PRINTMODE -
Uses of Tex.PRINTMODE in at.letto.tools.tex
Fields in at.letto.tools.tex declared as Tex.PRINTMODEMethods in at.letto.tools.tex that return Tex.PRINTMODEModifier and TypeMethodDescriptionTexPrintMode.getPrintmode()
static Tex.PRINTMODE
Returns the enum constant of this class with the specified name.static Tex.PRINTMODE[]
Tex.PRINTMODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.letto.tools.tex with parameters of type Tex.PRINTMODEConstructors in at.letto.tools.tex with parameters of type Tex.PRINTMODEModifierConstructorDescriptionTexPrintMode
(Tex.PRINTMODE printmode) Erzeugt ein Mode-Objekt für einen Tex-PDF-DruckjobTexPrintMode
(Tex.PRINTMODE printmode, int[] datasets, boolean recurse, boolean newPage, boolean line) Erzeugt ein Mode-Objekt für einen Tex-PDF-DruckjobTexPrintMode
(Tex.PRINTMODE printmode, int dataset, boolean recurse, boolean newPage, boolean line) Erzeugt ein Mode-Objekt für einen Tex-PDF-DruckjobTexPrintMode
(Tex.PRINTMODE printmode, Vector<Integer> datasets) Erzeugt ein Mode-Objekt für einen Tex-PDF-DruckjobTexPrintMode
(Tex.PRINTMODE printmode, Vector<Integer> datasets, boolean recurse, boolean newPage, boolean line) Erzeugt ein Mode-Objekt für einen Tex-PDF-Druckjob