Uses of Class
java.awt.print.Paper
-
Packages that use Paper Package Description java.awt.print Provides classes and interfaces for a general printing API. -
-
Uses of Paper in java.awt.print
Methods in java.awt.print that return Paper Modifier and Type Method Description PaperPageFormat. getPaper()Returns a copy of thePaperobject associated with thisPageFormat.Methods in java.awt.print with parameters of type Paper Modifier and Type Method Description voidPageFormat. setPaper(Paper paper)Sets thePaperobject for thisPageFormat.
-