Uses of Class
java.awt.print.Paper
| Package | Description | 
|---|---|
| java.awt.print | Provides classes and interfaces for a general printing API. | 
- 
Uses of Paper in java.awt.printMethods 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.