Package | Description |
---|---|
org.apache.fop.render.afp.extensions |
Modifier and Type | Field and Description |
---|---|
protected ExtensionPlacement |
AFPPageSetup.placement
defines where to place the extension in the generated file
|
Modifier and Type | Method and Description |
---|---|
static ExtensionPlacement |
ExtensionPlacement.fromXMLValue(String value)
Returns the enum value from the given XML value for this enumeration.
|
ExtensionPlacement |
AFPPageSetup.getPlacement()
Returns the intended placement of the extension inside the generated file.
|
static ExtensionPlacement |
ExtensionPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionPlacement[] |
ExtensionPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AFPPageSetup.setPlacement(ExtensionPlacement placement)
Sets the intended placement of the extension inside the generated file.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.