Uses of Class
org.apache.fop.render.intermediate.IFContext.RegionType
-
Packages that use IFContext.RegionType Package Description org.apache.fop.render.intermediate -
-
Uses of IFContext.RegionType in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as IFContext.RegionType Modifier and Type Field Description private IFContext.RegionType
IFContext. regionType
Methods in org.apache.fop.render.intermediate that return IFContext.RegionType Modifier and Type Method Description static IFContext.RegionType
IFContext.RegionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IFContext.RegionType[]
IFContext.RegionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-