Uses of Class
net.webpdf.wsclient.schema.operation.PrintScaleType
-
Packages that use PrintScaleType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PrintScaleType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PrintScaleType Modifier and Type Field Description protected PrintScaleTypeViewerPreferencesType. printScalingMethods in net.webpdf.wsclient.schema.operation 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.operation with parameters of type PrintScaleType Modifier and Type Method Description voidViewerPreferencesType. setPrintScaling(PrintScaleType value)Sets the value of the printScaling property.
-