|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoObject | |
---|---|
org.foray.fotree.fo | Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. |
Uses of FoObject in org.foray.fotree.fo |
---|
Methods in org.foray.fotree.fo that return FoObject | |
---|---|
static FoObject |
FoObject.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FoObject[] |
FoObject.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static FoObject |
FoObject.xslValueOf(String xslName)
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the object instead of its enumerated name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |