Uses of Enum Class
com.teamdev.jxbrowser.print.PagesPerSheet
Packages that use PagesPerSheet
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of PagesPerSheet in com.teamdev.jxbrowser.print
Methods in com.teamdev.jxbrowser.print that return PagesPerSheetModifier and TypeMethodDescriptionstatic PagesPerSheetPagesPerSheet.forNumber(int value) static PagesPerSheetPagesPerSheet.valueOf(int value) Deprecated.static PagesPerSheetPagesPerSheet.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PagesPerSheetReturns the enum constant of this class with the specified name.static PagesPerSheet[]PagesPerSheet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.print that return types with arguments of type PagesPerSheetModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PagesPerSheet>PagesPerSheet.internalGetValueMap() -
Uses of PagesPerSheet in com.teamdev.jxbrowser.print.settings
Methods in com.teamdev.jxbrowser.print.settings that return PagesPerSheetModifier and TypeMethodDescriptionPagesPerSheet.pagesPerSheet()Returns the number of pages per sheet.Methods in com.teamdev.jxbrowser.print.settings with parameters of type PagesPerSheetModifier and TypeMethodDescriptionPagesPerSheet.pagesPerSheet(PagesPerSheet pagesPerSheet) Configures the number of pages per sheet.