| Package | Description | 
|---|---|
| oracle.javatools.editor.print | 
 The Print package is a subset of the Editor package, and contains a
basic Pageable implementation for printing out the contents of a
BasicDocument. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PrintOptions | 
PrintOptions.getInstance(PropertyStorage prefs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EditorPageable.setPrintOptions(PrintOptions printOptions)
Sets the print options for printing. 
 | 
| Constructor and Description | 
|---|
EditorPageable(java.lang.String fileName,
              BasicDocument document,
              PrintOptions printOptions,
              java.awt.print.PageFormat pageFormat)
Construct a new  
EditorPageable that will be used for
 printing a document. |