-
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.
|
-
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.
|