Uses of Class
net.webpdf.wsclient.schema.extraction.info.PrintScaleType
-
Packages that use PrintScaleType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of PrintScaleType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as PrintScaleType Modifier and Type Field Description protected PrintScaleTypeViewerPreferencesType. printScalingMethods in net.webpdf.wsclient.schema.extraction.info that return PrintScaleType Modifier and Type Method Description static PrintScaleTypePrintScaleType. fromValue(String v)PrintScaleTypeViewerPreferencesType. getPrintScaling()Gets the value of the printScaling property.static PrintScaleTypePrintScaleType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintScaleType[]PrintScaleType. 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 PrintScaleType Modifier and Type Method Description voidViewerPreferencesType. setPrintScaling(PrintScaleType value)Sets the value of the printScaling property.
-