Uses of Class
org.docx4j.dml.chart.CTNumFmt
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTNumFmt in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return types with arguments of type CTNumFmt Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTNumFmt>ObjectFactory. createNumFmt(CTNumFmt value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTNumFmt Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTNumFmt>ObjectFactory. createNumFmt(CTNumFmt value) -
Uses of CTNumFmt in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTNumFmt Modifier and Type Field Description protected CTNumFmtCTCatAx. numFmtprotected CTNumFmtCTDateAx. numFmtprotected CTNumFmtCTDLbl. numFmtprotected CTNumFmtCTDLbls. numFmtprotected CTNumFmtCTSerAx. numFmtprotected CTNumFmtCTTrendlineLbl. numFmtprotected CTNumFmtCTValAx. numFmtMethods in org.docx4j.dml.chart that return CTNumFmt Modifier and Type Method Description CTNumFmtObjectFactory. createCTNumFmt()Create an instance ofCTNumFmtCTNumFmtCTCatAx. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTDateAx. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTDLbl. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTDLbls. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTSerAx. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTTrendlineLbl. getNumFmt()Gets the value of the numFmt property.CTNumFmtCTValAx. getNumFmt()Gets the value of the numFmt property.Methods in org.docx4j.dml.chart with parameters of type CTNumFmt Modifier and Type Method Description voidCTCatAx. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTDateAx. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTDLbl. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTDLbls. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTSerAx. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTTrendlineLbl. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidCTValAx. setNumFmt(CTNumFmt value)Sets the value of the numFmt property.