Uses of Class
net.webpdf.wsclient.schema.extraction.info.PrintTraySelectionType
-
Packages that use PrintTraySelectionType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of PrintTraySelectionType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as PrintTraySelectionType Modifier and Type Field Description protected PrintTraySelectionTypeViewerPreferencesType. printTraySelectionMethods in net.webpdf.wsclient.schema.extraction.info that return PrintTraySelectionType Modifier and Type Method Description static PrintTraySelectionTypePrintTraySelectionType. fromValue(String v)PrintTraySelectionTypeViewerPreferencesType. getPrintTraySelection()Gets the value of the printTraySelection property.static PrintTraySelectionTypePrintTraySelectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintTraySelectionType[]PrintTraySelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type PrintTraySelectionType Modifier and Type Method Description voidViewerPreferencesType. setPrintTraySelection(PrintTraySelectionType value)Sets the value of the printTraySelection property.
-