Uses of Enum
com.microsoft.graph.models.PrintScaling
Packages that use PrintScaling
-
Uses of PrintScaling in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintScalingModifier and TypeMethodDescriptionstatic PrintScalingPrinterDefaults.getScaling()Gets the scaling property value.PrintJobConfiguration.getScaling()Gets the scaling property value.static PrintScalingReturns the enum constant of this type with the specified name.static PrintScaling[]PrintScaling.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type PrintScalingModifier and TypeMethodDescriptionPrinterCapabilities.getScalings()Gets the scalings property value.Methods in com.microsoft.graph.models with parameters of type PrintScalingModifier and TypeMethodDescriptionvoidPrinterDefaults.setScaling(PrintScaling value) Sets the scaling property value.voidPrintJobConfiguration.setScaling(PrintScaling value) Sets the scaling property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintScalingModifier and TypeMethodDescriptionvoidPrinterCapabilities.setScalings(List<PrintScaling> value) Sets the scalings property value.