Uses of Enum
org.odftoolkit.odfdom.dom.attribute.fo.FoBreakBeforeAttribute.Value
Packages that use FoBreakBeforeAttribute.Value
-
Uses of FoBreakBeforeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.fo
Methods in org.odftoolkit.odfdom.dom.attribute.fo that return FoBreakBeforeAttribute.ValueModifier and TypeMethodDescriptionstatic FoBreakBeforeAttribute.ValueFoBreakBeforeAttribute.Value.enumValueOf(String value) FoBreakBeforeAttribute.getEnumValue()static FoBreakBeforeAttribute.ValueReturns the enum constant of this type with the specified name.static FoBreakBeforeAttribute.Value[]FoBreakBeforeAttribute.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 FoBreakBeforeAttribute.ValueModifier and TypeMethodDescriptionvoidFoBreakBeforeAttribute.setEnumValue(FoBreakBeforeAttribute.Value attrValue)