Uses of Class
org.docx4j.vml.STExt

Packages that use STExt
Package Description
org.docx4j.vml  
org.docx4j.vml.officedrawing  
  • Uses of STExt in org.docx4j.vml

    Methods in org.docx4j.vml that return STExt
    Modifier and Type Method Description
    static STExt STExt.fromValue​(java.lang.String v)  
    static STExt STExt.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static STExt[] STExt.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
  • Uses of STExt in org.docx4j.vml.officedrawing

    Fields in org.docx4j.vml.officedrawing declared as STExt
    Modifier and Type Field Description
    protected STExt CTCallout.ext  
    protected STExt CTColorMenu.ext  
    protected STExt CTColorMru.ext  
    protected STExt CTComplex.ext  
    protected STExt CTDiagram.ext  
    protected STExt CTExtrusion.ext  
    protected STExt CTFill.ext  
    protected STExt CTIdMap.ext  
    protected STExt CTLock.ext  
    protected STExt CTRegroupTable.ext  
    protected STExt CTRelation.ext  
    protected STExt CTRelationTable.ext  
    protected STExt CTRules.ext  
    protected STExt CTShapeDefaults.ext  
    protected STExt CTShapeLayout.ext  
    protected STExt CTSignatureLine.ext  
    protected STExt CTSkew.ext  
    protected STExt CTStrokeChild.ext  
    Methods in org.docx4j.vml.officedrawing that return STExt
    Modifier and Type Method Description
    STExt CTCallout.getExt()
    Gets the value of the ext property.
    STExt CTColorMenu.getExt()
    Gets the value of the ext property.
    STExt CTColorMru.getExt()
    Gets the value of the ext property.
    STExt CTComplex.getExt()
    Gets the value of the ext property.
    STExt CTDiagram.getExt()
    Gets the value of the ext property.
    STExt CTExtrusion.getExt()
    Gets the value of the ext property.
    STExt CTFill.getExt()
    Gets the value of the ext property.
    STExt CTIdMap.getExt()
    Gets the value of the ext property.
    STExt CTLock.getExt()
    Gets the value of the ext property.
    STExt CTRegroupTable.getExt()
    Gets the value of the ext property.
    STExt CTRelation.getExt()
    Gets the value of the ext property.
    STExt CTRelationTable.getExt()
    Gets the value of the ext property.
    STExt CTRules.getExt()
    Gets the value of the ext property.
    STExt CTShapeDefaults.getExt()
    Gets the value of the ext property.
    STExt CTShapeLayout.getExt()
    Gets the value of the ext property.
    STExt CTSignatureLine.getExt()
    Gets the value of the ext property.
    STExt CTSkew.getExt()
    Gets the value of the ext property.
    STExt CTStrokeChild.getExt()
    Gets the value of the ext property.
    Methods in org.docx4j.vml.officedrawing with parameters of type STExt
    Modifier and Type Method Description
    void CTCallout.setExt​(STExt value)
    Sets the value of the ext property.
    void CTColorMenu.setExt​(STExt value)
    Sets the value of the ext property.
    void CTColorMru.setExt​(STExt value)
    Sets the value of the ext property.
    void CTComplex.setExt​(STExt value)
    Sets the value of the ext property.
    void CTDiagram.setExt​(STExt value)
    Sets the value of the ext property.
    void CTExtrusion.setExt​(STExt value)
    Sets the value of the ext property.
    void CTFill.setExt​(STExt value)
    Sets the value of the ext property.
    void CTIdMap.setExt​(STExt value)
    Sets the value of the ext property.
    void CTLock.setExt​(STExt value)
    Sets the value of the ext property.
    void CTRegroupTable.setExt​(STExt value)
    Sets the value of the ext property.
    void CTRelation.setExt​(STExt value)
    Sets the value of the ext property.
    void CTRelationTable.setExt​(STExt value)
    Sets the value of the ext property.
    void CTRules.setExt​(STExt value)
    Sets the value of the ext property.
    void CTShapeDefaults.setExt​(STExt value)
    Sets the value of the ext property.
    void CTShapeLayout.setExt​(STExt value)
    Sets the value of the ext property.
    void CTSignatureLine.setExt​(STExt value)
    Sets the value of the ext property.
    void CTSkew.setExt​(STExt value)
    Sets the value of the ext property.
    void CTStrokeChild.setExt​(STExt value)
    Sets the value of the ext property.