Uses of Enum
org.docx4j.vml.officedrawing.STExtrusionType
Packages that use STExtrusionType
-
Uses of STExtrusionType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STExtrusionTypeMethods in org.docx4j.vml.officedrawing that return STExtrusionTypeModifier and TypeMethodDescriptionstatic STExtrusionTypeCTExtrusion.getType()Gets the value of the type property.static STExtrusionTypeReturns 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 STExtrusionTypeModifier and TypeMethodDescriptionvoidCTExtrusion.setType(STExtrusionType value) Sets the value of the type property.