Uses of Class
org.docx4j.math.STShp

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

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