Uses of Class
org.docx4j.dml.diagram.CTColors
Packages that use CTColors
-
Uses of CTColors in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTColorsModifier and TypeFieldDescriptionprotected CTColorsCTCTStyleLabel.effectClrLstprotected CTColorsCTCTStyleLabel.fillClrLstprotected CTColorsCTCTStyleLabel.linClrLstprotected CTColorsCTCTStyleLabel.txEffectClrLstprotected CTColorsCTCTStyleLabel.txFillClrLstprotected CTColorsCTCTStyleLabel.txLinClrLstMethods in org.docx4j.dml.diagram that return CTColorsModifier and TypeMethodDescriptionObjectFactory.createCTColors()Create an instance ofCTColorsCTCTStyleLabel.getEffectClrLst()Gets the value of the effectClrLst property.CTCTStyleLabel.getFillClrLst()Gets the value of the fillClrLst property.CTCTStyleLabel.getLinClrLst()Gets the value of the linClrLst property.CTCTStyleLabel.getTxEffectClrLst()Gets the value of the txEffectClrLst property.CTCTStyleLabel.getTxFillClrLst()Gets the value of the txFillClrLst property.CTCTStyleLabel.getTxLinClrLst()Gets the value of the txLinClrLst property.Methods in org.docx4j.dml.diagram with parameters of type CTColorsModifier and TypeMethodDescriptionvoidCTCTStyleLabel.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.