Uses of Class
org.docx4j.dml.CTStyleMatrixReference
Packages that use CTStyleMatrixReference
-
Uses of CTStyleMatrixReference in org.docx4j.dml
Fields in org.docx4j.dml declared as CTStyleMatrixReferenceModifier and TypeFieldDescriptionprotected CTStyleMatrixReferenceCTShapeStyle.effectRefprotected CTStyleMatrixReferenceCTTableBackgroundStyle.effectRefprotected CTStyleMatrixReferenceCTShapeStyle.fillRefprotected CTStyleMatrixReferenceCTTableBackgroundStyle.fillRefprotected CTStyleMatrixReferenceCTTableStyleCellStyle.fillRefprotected CTStyleMatrixReferenceCTShapeStyle.lnRefprotected CTStyleMatrixReferenceCTThemeableLineStyle.lnRefMethods in org.docx4j.dml that return CTStyleMatrixReferenceModifier and TypeMethodDescriptionObjectFactory.createCTStyleMatrixReference()Create an instance ofCTStyleMatrixReferenceCTShapeStyle.getEffectRef()Gets the value of the effectRef property.CTTableBackgroundStyle.getEffectRef()Gets the value of the effectRef property.CTShapeStyle.getFillRef()Gets the value of the fillRef property.CTTableBackgroundStyle.getFillRef()Gets the value of the fillRef property.CTTableStyleCellStyle.getFillRef()Gets the value of the fillRef property.CTShapeStyle.getLnRef()Gets the value of the lnRef property.CTThemeableLineStyle.getLnRef()Gets the value of the lnRef property.Methods in org.docx4j.dml with parameters of type CTStyleMatrixReferenceModifier and TypeMethodDescriptionvoidCTShapeStyle.setEffectRef(CTStyleMatrixReference value) Sets the value of the effectRef property.voidCTTableBackgroundStyle.setEffectRef(CTStyleMatrixReference value) Sets the value of the effectRef property.voidCTShapeStyle.setFillRef(CTStyleMatrixReference value) Sets the value of the fillRef property.voidCTTableBackgroundStyle.setFillRef(CTStyleMatrixReference value) Sets the value of the fillRef property.voidCTTableStyleCellStyle.setFillRef(CTStyleMatrixReference value) Sets the value of the fillRef property.voidCTShapeStyle.setLnRef(CTStyleMatrixReference value) Sets the value of the lnRef property.voidCTThemeableLineStyle.setLnRef(CTStyleMatrixReference value) Sets the value of the lnRef property.