Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.CTStyleReference
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle |
-
Uses of CTStyleReference in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTStyleReference Modifier and Type Field Description protected CTStyleReferenceCTStyleEntry. effectRefprotected CTStyleReferenceCTStyleEntry. fillRefprotected CTStyleReferenceCTStyleEntry. lnRefMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTStyleReference Modifier and Type Method Description CTStyleReferenceObjectFactory. createCTStyleReference()Create an instance ofCTStyleReferenceCTStyleReferenceCTStyleEntry. getEffectRef()Gets the value of the effectRef property.CTStyleReferenceCTStyleEntry. getFillRef()Gets the value of the fillRef property.CTStyleReferenceCTStyleEntry. getLnRef()Gets the value of the lnRef property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTStyleReference Modifier and Type Method Description voidCTStyleEntry. setEffectRef(CTStyleReference value)Sets the value of the effectRef property.voidCTStyleEntry. setFillRef(CTStyleReference value)Sets the value of the fillRef property.voidCTStyleEntry. setLnRef(CTStyleReference value)Sets the value of the lnRef property.