Uses of Class
org.docx4j.vml.officedrawing.STExtrusionType
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STExtrusionType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STExtrusionType Modifier and Type Field Description protected STExtrusionTypeCTExtrusion. typeMethods in org.docx4j.vml.officedrawing that return STExtrusionType Modifier and Type Method Description static STExtrusionTypeSTExtrusionType. fromValue(java.lang.String v)STExtrusionTypeCTExtrusion. getType()Gets the value of the type property.static STExtrusionTypeSTExtrusionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STExtrusionType[]STExtrusionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STExtrusionType Modifier and Type Method Description voidCTExtrusion. setType(STExtrusionType value)Sets the value of the type property.