Uses of Class
org.docx4j.dml.diagram.STHueDir
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STHueDir in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STHueDir Modifier and Type Field Description protected STHueDirCTColors. hueDirMethods in org.docx4j.dml.diagram that return STHueDir Modifier and Type Method Description static STHueDirSTHueDir. fromValue(java.lang.String v)STHueDirCTColors. getHueDir()Gets the value of the hueDir property.static STHueDirSTHueDir. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHueDir[]STHueDir. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STHueDir Modifier and Type Method Description voidCTColors. setHueDir(STHueDir value)Sets the value of the hueDir property.