fop 2.1

Uses of Class
org.apache.fop.render.afp.extensions.ExtensionPlacement

Packages that use ExtensionPlacement
org.apache.fop.render.afp.extensions   
 

Uses of ExtensionPlacement in org.apache.fop.render.afp.extensions
 

Fields in org.apache.fop.render.afp.extensions declared as ExtensionPlacement
protected  ExtensionPlacement AFPPageSetup.placement
          defines where to place the extension in the generated file
 

Methods in org.apache.fop.render.afp.extensions that return ExtensionPlacement
static ExtensionPlacement ExtensionPlacement.fromXMLValue(java.lang.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(java.lang.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.
 

Methods in org.apache.fop.render.afp.extensions with parameters of type ExtensionPlacement
 void AFPPageSetup.setPlacement(ExtensionPlacement placement)
          Sets the intended placement of the extension inside the generated file.
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.