Uses of Class
org.docx4j.math.STTopBot
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of STTopBot in org.docx4j.math
Fields in org.docx4j.math declared as STTopBot Modifier and Type Field Description protected STTopBotCTTopBot. valMethods in org.docx4j.math that return STTopBot Modifier and Type Method Description static STTopBotSTTopBot. fromValue(java.lang.String v)STTopBotCTTopBot. getVal()Gets the value of the val property.static STTopBotSTTopBot. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTopBot[]STTopBot. 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 STTopBot Modifier and Type Method Description voidCTTopBot. setVal(STTopBot value)Sets the value of the val property.