Uses of Enum
com.microsoft.graph.models.PrintMultipageLayout
Packages that use PrintMultipageLayout
-
Uses of PrintMultipageLayout in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintMultipageLayoutModifier and TypeMethodDescriptionstatic PrintMultipageLayoutPrinterDefaults.getMultipageLayout()Gets the multipageLayout property value.PrintJobConfiguration.getMultipageLayout()Gets the multipageLayout property value.static PrintMultipageLayoutReturns the enum constant of this type with the specified name.static PrintMultipageLayout[]PrintMultipageLayout.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 PrintMultipageLayoutModifier and TypeMethodDescriptionPrinterCapabilities.getMultipageLayouts()Gets the multipageLayouts property value.Methods in com.microsoft.graph.models with parameters of type PrintMultipageLayoutModifier and TypeMethodDescriptionvoidPrinterDefaults.setMultipageLayout(PrintMultipageLayout value) Sets the multipageLayout property value.voidPrintJobConfiguration.setMultipageLayout(PrintMultipageLayout value) Sets the multipageLayout property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintMultipageLayoutModifier and TypeMethodDescriptionvoidPrinterCapabilities.setMultipageLayouts(List<PrintMultipageLayout> value) Sets the multipageLayouts property value.