Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.CTStyleReference
Packages that use CTStyleReference
-
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 CTStyleReferenceModifier and TypeFieldDescriptionprotected CTStyleReferenceCTStyleEntry.effectRefprotected CTStyleReferenceCTStyleEntry.fillRefprotected CTStyleReferenceCTStyleEntry.lnRefMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTStyleReferenceModifier and TypeMethodDescriptionObjectFactory.createCTStyleReference()Create an instance ofCTStyleReferenceCTStyleEntry.getEffectRef()Gets the value of the effectRef property.CTStyleEntry.getFillRef()Gets the value of the fillRef property.CTStyleEntry.getLnRef()Gets the value of the lnRef property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTStyleReferenceModifier and TypeMethodDescriptionvoidCTStyleEntry.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.