Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Method | Description |
---|---|---|
static PrintPreferences.Alignment |
PrintPreferences.getFooterAlignment() |
|
static PrintPreferences.Alignment |
PrintPreferences.getHeaderAlignment() |
|
static PrintPreferences.Alignment |
PrintPreferences.Alignment.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PrintPreferences.Alignment[] |
PrintPreferences.Alignment.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
PrintPreferences.setFooterAlignment(PrintPreferences.Alignment alignment) |
|
static void |
PrintPreferences.setHeaderAlignment(PrintPreferences.Alignment alignment) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.