Uses of Enum
org.apache.fop.render.afp.extensions.ExtensionPlacement
Packages that use ExtensionPlacement
-
Uses of ExtensionPlacement in org.apache.fop.render.afp.extensions
Fields in org.apache.fop.render.afp.extensions declared as ExtensionPlacementModifier and TypeFieldDescriptionprotected ExtensionPlacementAFPPageSetup.placementdefines where to place the extension in the generated fileMethods in org.apache.fop.render.afp.extensions that return ExtensionPlacementModifier and TypeMethodDescriptionstatic ExtensionPlacementExtensionPlacement.fromXMLValue(String value) Returns the enum value from the given XML value for this enumeration.AFPPageSetup.getPlacement()Returns the intended placement of the extension inside the generated file.static ExtensionPlacementReturns 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.Methods in org.apache.fop.render.afp.extensions with parameters of type ExtensionPlacementModifier and TypeMethodDescriptionvoidAFPPageSetup.setPlacement(ExtensionPlacement placement) Sets the intended placement of the extension inside the generated file.