Uses of Class
org.docx4j.dml.chart.CTCrosses
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTCrosses in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTCrosses Modifier and Type Field Description protected CTCrossesCTCatAx. crossesprotected CTCrossesCTDateAx. crossesprotected CTCrossesCTSerAx. crossesprotected CTCrossesCTValAx. crossesMethods in org.docx4j.dml.chart that return CTCrosses Modifier and Type Method Description CTCrossesObjectFactory. createCTCrosses()Create an instance ofCTCrossesCTCrossesCTCatAx. getCrosses()Gets the value of the crosses property.CTCrossesCTDateAx. getCrosses()Gets the value of the crosses property.CTCrossesCTSerAx. getCrosses()Gets the value of the crosses property.CTCrossesCTValAx. getCrosses()Gets the value of the crosses property.Methods in org.docx4j.dml.chart with parameters of type CTCrosses Modifier and Type Method Description voidCTCatAx. setCrosses(CTCrosses value)Sets the value of the crosses property.voidCTDateAx. setCrosses(CTCrosses value)Sets the value of the crosses property.voidCTSerAx. setCrosses(CTCrosses value)Sets the value of the crosses property.voidCTValAx. setCrosses(CTCrosses value)Sets the value of the crosses property.