Uses of Interface
com.teamdev.jxbrowser.print.PageRange
Packages that use PageRange
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of PageRange in com.teamdev.jxbrowser.print
Methods in com.teamdev.jxbrowser.print that return PageRange -
Uses of PageRange in com.teamdev.jxbrowser.print.settings
Methods in com.teamdev.jxbrowser.print.settings that return types with arguments of type PageRangeModifier and TypeMethodDescriptionPageRanges.pageRanges()
Returns an immutable set containing the page ranges to print.Methods in com.teamdev.jxbrowser.print.settings with parameters of type PageRangeModifier and TypeMethodDescriptionPageRanges.pageRanges
(PageRange... pageRanges) Configures the page ranges to print.Method parameters in com.teamdev.jxbrowser.print.settings with type arguments of type PageRangeModifier and TypeMethodDescriptionPageRanges.pageRanges
(Set<PageRange> pageRanges) Configures the page ranges to print.