Uses of Class
org.docx4j.wml.STEm

Packages that use STEm
Package Description
org.docx4j.wml  
  • Uses of STEm in org.docx4j.wml

    Fields in org.docx4j.wml declared as STEm
    Modifier and Type Field Description
    protected STEm CTEm.val  
    Methods in org.docx4j.wml that return STEm
    Modifier and Type Method Description
    static STEm STEm.fromValue​(java.lang.String v)  
    STEm CTEm.getVal()
    Gets the value of the val property.
    static STEm STEm.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static STEm[] STEm.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.docx4j.wml with parameters of type STEm
    Modifier and Type Method Description
    void CTEm.setVal​(STEm value)
    Sets the value of the val property.