Uses of Class
net.webpdf.wsclient.schema.operation.PrintModeType
-
Packages that use PrintModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PrintModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PrintModeType Modifier and Type Field Description protected PrintModeTypePrintType. modeMethods in net.webpdf.wsclient.schema.operation that return PrintModeType Modifier and Type Method Description static PrintModeTypePrintModeType. fromValue(String v)PrintModeTypePrintType. getMode()Gets the value of the mode property.static PrintModeTypePrintModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintModeType[]PrintModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PrintModeType Modifier and Type Method Description voidPrintType. setMode(PrintModeType value)Sets the value of the mode property.
-