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 and Description Paper
PageFormat. getPaper()
Returns a copy of thePaper
object associated with thisPageFormat
.Methods in java.awt.print with parameters of type Paper Modifier and Type Method and Description void
PageFormat. setPaper(Paper paper)
Sets thePaper
object for thisPageFormat
.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.