Uses of Class
org.odftoolkit.odfdom.dom.attribute.fo.FoKeepWithNextAttribute.Value
-
Packages that use FoKeepWithNextAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.fo -
-
Uses of FoKeepWithNextAttribute.Value in org.odftoolkit.odfdom.dom.attribute.fo
Methods in org.odftoolkit.odfdom.dom.attribute.fo that return FoKeepWithNextAttribute.Value Modifier and Type Method Description static FoKeepWithNextAttribute.Value
FoKeepWithNextAttribute.Value. enumValueOf(String value)
FoKeepWithNextAttribute.Value
FoKeepWithNextAttribute. getEnumValue()
static FoKeepWithNextAttribute.Value
FoKeepWithNextAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static FoKeepWithNextAttribute.Value[]
FoKeepWithNextAttribute.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.dom.attribute.fo with parameters of type FoKeepWithNextAttribute.Value Modifier and Type Method Description void
FoKeepWithNextAttribute. setEnumValue(FoKeepWithNextAttribute.Value attrValue)
-