Uses of Class
org.docx4j.dml.chart.CTTitle
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTTitle in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTitle Modifier and Type Field Description protected CTTitleCTCatAx. titleprotected CTTitleCTChart. titleprotected CTTitleCTDateAx. titleprotected CTTitleCTSerAx. titleprotected CTTitleCTValAx. titleMethods in org.docx4j.dml.chart that return CTTitle Modifier and Type Method Description CTTitleObjectFactory. createCTTitle()Create an instance ofCTTitleCTTitleCTCatAx. getTitle()Gets the value of the title property.CTTitleCTChart. getTitle()Gets the value of the title property.CTTitleCTDateAx. getTitle()Gets the value of the title property.CTTitleCTSerAx. getTitle()Gets the value of the title property.CTTitleCTValAx. getTitle()Gets the value of the title property.Methods in org.docx4j.dml.chart with parameters of type CTTitle Modifier and Type Method Description voidCTCatAx. setTitle(CTTitle value)Sets the value of the title property.voidCTChart. setTitle(CTTitle value)Sets the value of the title property.voidCTDateAx. setTitle(CTTitle value)Sets the value of the title property.voidCTSerAx. setTitle(CTTitle value)Sets the value of the title property.voidCTValAx. setTitle(CTTitle value)Sets the value of the title property.