Frames | No Frames |
Methods with parameter type java.awt.print.PageFormat | |
PageFormat | Clones the specified PageFormat object then alters the
clone so that it represents the default page format.
|
PageFormat | Displays a dialog box to the user which allows the page format
attributes to be modified.
|
void | Sets the Printable and the page format for the pages
to be printed.
|
int | JavaPrinterGraphics.spoolPage(PrintWriter out, Printable printable, PageFormat pageFormat, int index) Spools a single page, returns NO_SUCH_PAGE unsuccessful,
PAGE_EXISTS if it was.
|
SpooledDocument | Spool a document to PostScript.
|
PageFormat | Makes any alterations to the specified PageFormat
necessary to make it work with the current printer. |
Methods with return type java.awt.print.PageFormat | |
PageFormat | Clones the specified PageFormat object then alters the
clone so that it represents the default page format.
|
PageFormat | Displays a dialog box to the user which allows the page format
attributes to be modified.
|
PageFormat | Makes any alterations to the specified PageFormat
necessary to make it work with the current printer. |
Methods with parameter type java.awt.print.PageFormat | |
void | This method appends a page to the end of the book.
|
void | This method appends the specified number of pages to the end of the book.
|
PageFormat | Clones the specified PageFormat object then alters the
clone so that it represents the default page format.
|
PageFormat | Displays a dialog box to the user which allows the page format
attributes to be modified.
|
int | This method prints the specified page to the specified graphics
context in the specified format. |
void | This method changes the Printable and PageFormat
for the specified page. |
void | Sets the Printable and the page format for the pages
to be printed.
|
PageFormat | Makes any alterations to the specified PageFormat
necessary to make it work with the current printer. |
Methods with return type java.awt.print.PageFormat | |
PageFormat | Returns an instance of the default page which will have the default
paper and orientation.
|
PageFormat | Clones the specified PageFormat object then alters the
clone so that it represents the default page format.
|
PageFormat | Book.getPageFormat(int page_number) This method returns the PageFormat object for the
specified page.
|
PageFormat | Pageable.getPageFormat(int pageIndex) This method returns the PageFormat instance for the
specified page. |
PageFormat | Displays a dialog box to the user which allows the page format
attributes to be modified.
|
PageFormat | |
PageFormat | Makes any alterations to the specified PageFormat
necessary to make it work with the current printer. |