Package | Description |
---|---|
org.uberfire.ext.editor.commons.file.exports |
Modifier and Type | Method and Description |
---|---|
PdfExportPreferences.Orientation |
PdfExportPreferences.getOrientation() |
static PdfExportPreferences.Orientation |
PdfExportPreferences.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfExportPreferences.Orientation[] |
PdfExportPreferences.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PdfExportPreferences |
PdfExportPreferences.create(PdfExportPreferences.Orientation orientation,
PdfExportPreferences.Unit unit,
PdfExportPreferences.Format format) |
void |
PdfExportPreferences.setOrientation(PdfExportPreferences.Orientation orientation) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.