| Package | Description | 
|---|---|
| javafx.print | 
 Provides the public classes for the JavaFX Printing API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Printer.MarginType | 
Printer.MarginType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Printer.MarginType[] | 
Printer.MarginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PageLayout | 
Printer.createPageLayout(Paper paper,
                PageOrientation orient,
                Printer.MarginType mType)
Obtain a new PageLayout instance for this printer using the specified
 parameters. 
 | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.