Uses of Enum Class
com.teamdev.jxbrowser.print.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
Modifier and TypeMethodDescriptionstatic PagesPerSheet
PagesPerSheet.forNumber
(int value) static PagesPerSheet
PagesPerSheet.valueOf
(int value) Deprecated.static PagesPerSheet
PagesPerSheet.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PagesPerSheet
Returns 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PagesPerSheet>
PagesPerSheet.internalGetValueMap()
-
Uses of PagesPerSheet in com.teamdev.jxbrowser.print.settings
Modifier and TypeMethodDescriptionPagesPerSheet.pagesPerSheet()
Returns the number of pages per sheet.Modifier and TypeMethodDescriptionPagesPerSheet.pagesPerSheet
(PagesPerSheet pagesPerSheet) Configures the number of pages per sheet.