Uses of Class
org.docx4j.vml.officedrawing.STColorMode
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STColorMode in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STColorMode Modifier and Type Field Description protected STColorModeCTExtrusion. colormodeMethods in org.docx4j.vml.officedrawing that return STColorMode Modifier and Type Method Description static STColorModeSTColorMode. fromValue(java.lang.String v)STColorModeCTExtrusion. getColormode()Gets the value of the colormode property.static STColorModeSTColorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STColorMode[]STColorMode. 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 STColorMode Modifier and Type Method Description voidCTExtrusion. setColormode(STColorMode value)Sets the value of the colormode property.