Uses of Class
org.docx4j.dml.diagram.CTColors
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of CTColors in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTColors Modifier and Type Field Description protected CTColorsCTCTStyleLabel. effectClrLstprotected CTColorsCTCTStyleLabel. fillClrLstprotected CTColorsCTCTStyleLabel. linClrLstprotected CTColorsCTCTStyleLabel. txEffectClrLstprotected CTColorsCTCTStyleLabel. txFillClrLstprotected CTColorsCTCTStyleLabel. txLinClrLstMethods in org.docx4j.dml.diagram that return CTColors Modifier and Type Method Description CTColorsObjectFactory. createCTColors()Create an instance ofCTColorsCTColorsCTCTStyleLabel. getEffectClrLst()Gets the value of the effectClrLst property.CTColorsCTCTStyleLabel. getFillClrLst()Gets the value of the fillClrLst property.CTColorsCTCTStyleLabel. getLinClrLst()Gets the value of the linClrLst property.CTColorsCTCTStyleLabel. getTxEffectClrLst()Gets the value of the txEffectClrLst property.CTColorsCTCTStyleLabel. getTxFillClrLst()Gets the value of the txFillClrLst property.CTColorsCTCTStyleLabel. getTxLinClrLst()Gets the value of the txLinClrLst property.Methods in org.docx4j.dml.diagram with parameters of type CTColors Modifier and Type Method Description voidCTCTStyleLabel. setEffectClrLst(CTColors value)Sets the value of the effectClrLst property.voidCTCTStyleLabel. setFillClrLst(CTColors value)Sets the value of the fillClrLst property.voidCTCTStyleLabel. setLinClrLst(CTColors value)Sets the value of the linClrLst property.voidCTCTStyleLabel. setTxEffectClrLst(CTColors value)Sets the value of the txEffectClrLst property.voidCTCTStyleLabel. setTxFillClrLst(CTColors value)Sets the value of the txFillClrLst property.voidCTCTStyleLabel. setTxLinClrLst(CTColors value)Sets the value of the txLinClrLst property.