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