Uses of Class
org.docx4j.dml.CTColorScheme
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTColorScheme in org.docx4j.dml
Fields in org.docx4j.dml declared as CTColorScheme Modifier and Type Field Description protected CTColorSchemeBaseStyles. clrSchemeprotected CTColorSchemeCTBaseStylesOverride. clrSchemeprotected CTColorSchemeCTColorSchemeAndMapping. clrSchemeMethods in org.docx4j.dml that return CTColorScheme Modifier and Type Method Description CTColorSchemeObjectFactory. createCTColorScheme()Create an instance ofCTColorSchemeCTColorSchemeBaseStyles. getClrScheme()Gets the value of the clrScheme property.CTColorSchemeCTBaseStylesOverride. getClrScheme()Gets the value of the clrScheme property.CTColorSchemeCTColorSchemeAndMapping. getClrScheme()Gets the value of the clrScheme property.Methods in org.docx4j.dml with parameters of type CTColorScheme Modifier and Type Method Description voidBaseStyles. setClrScheme(CTColorScheme value)Sets the value of the clrScheme property.voidCTBaseStylesOverride. setClrScheme(CTColorScheme value)Sets the value of the clrScheme property.voidCTColorSchemeAndMapping. setClrScheme(CTColorScheme value)Sets the value of the clrScheme property.