Uses of Class
org.docx4j.dml.CTStyleMatrixReference
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTStyleMatrixReference in org.docx4j.dml
Fields in org.docx4j.dml declared as CTStyleMatrixReference Modifier and Type Field Description protected CTStyleMatrixReferenceCTShapeStyle. effectRefprotected CTStyleMatrixReferenceCTTableBackgroundStyle. effectRefprotected CTStyleMatrixReferenceCTShapeStyle. fillRefprotected CTStyleMatrixReferenceCTTableBackgroundStyle. fillRefprotected CTStyleMatrixReferenceCTTableStyleCellStyle. fillRefprotected CTStyleMatrixReferenceCTShapeStyle. lnRefprotected CTStyleMatrixReferenceCTThemeableLineStyle. lnRefMethods in org.docx4j.dml that return CTStyleMatrixReference Modifier and Type Method Description CTStyleMatrixReferenceObjectFactory. createCTStyleMatrixReference()Create an instance ofCTStyleMatrixReferenceCTStyleMatrixReferenceCTShapeStyle. getEffectRef()Gets the value of the effectRef property.CTStyleMatrixReferenceCTTableBackgroundStyle. getEffectRef()Gets the value of the effectRef property.CTStyleMatrixReferenceCTShapeStyle. getFillRef()Gets the value of the fillRef property.CTStyleMatrixReferenceCTTableBackgroundStyle. getFillRef()Gets the value of the fillRef property.CTStyleMatrixReferenceCTTableStyleCellStyle. getFillRef()Gets the value of the fillRef property.CTStyleMatrixReferenceCTShapeStyle. getLnRef()Gets the value of the lnRef property.CTStyleMatrixReferenceCTThemeableLineStyle. getLnRef()Gets the value of the lnRef property.Methods in org.docx4j.dml with parameters of type CTStyleMatrixReference Modifier and Type Method Description voidCTShapeStyle. 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.