Uses of Class
org.docx4j.vml.officedrawing.STExtrusionPlane
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STExtrusionPlane in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STExtrusionPlane Modifier and Type Field Description protected STExtrusionPlaneCTExtrusion. planeMethods in org.docx4j.vml.officedrawing that return STExtrusionPlane Modifier and Type Method Description static STExtrusionPlaneSTExtrusionPlane. fromValue(java.lang.String v)STExtrusionPlaneCTExtrusion. getPlane()Gets the value of the plane property.static STExtrusionPlaneSTExtrusionPlane. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STExtrusionPlane[]STExtrusionPlane. 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 STExtrusionPlane Modifier and Type Method Description voidCTExtrusion. setPlane(STExtrusionPlane value)Sets the value of the plane property.