Package | Description |
---|---|
org.uberfire.ext.editor.commons.file.exports |
Modifier and Type | Method and Description |
---|---|
PdfExportPreferences.Unit |
PdfExportPreferences.getUnit() |
static PdfExportPreferences.Unit |
PdfExportPreferences.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfExportPreferences.Unit[] |
PdfExportPreferences.Unit.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.setUnit(PdfExportPreferences.Unit unit) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.