Uses of Class
org.docx4j.math.STBreakBin
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of STBreakBin in org.docx4j.math
Fields in org.docx4j.math declared as STBreakBin Modifier and Type Field Description protected STBreakBinCTBreakBin. valMethods in org.docx4j.math that return STBreakBin Modifier and Type Method Description static STBreakBinSTBreakBin. fromValue(java.lang.String v)STBreakBinCTBreakBin. getVal()Gets the value of the val property.static STBreakBinSTBreakBin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBreakBin[]STBreakBin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.math with parameters of type STBreakBin Modifier and Type Method Description voidCTBreakBin. setVal(STBreakBin value)Sets the value of the val property.