Uses of Class
org.docx4j.math.STJc

Packages that use STJc 
Package Description
org.docx4j.math  
  • Uses of STJc in org.docx4j.math

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