Uses of Class
org.docx4j.dml.chart.CTCrosses
Packages that use CTCrosses
-
Uses of CTCrosses in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTCrossesModifier and TypeFieldDescriptionprotected CTCrossesCTCatAx.crossesprotected CTCrossesCTDateAx.crossesprotected CTCrossesCTSerAx.crossesprotected CTCrossesCTValAx.crossesMethods in org.docx4j.dml.chart that return CTCrossesModifier and TypeMethodDescriptionObjectFactory.createCTCrosses()Create an instance ofCTCrossesCTCatAx.getCrosses()Gets the value of the crosses property.CTDateAx.getCrosses()Gets the value of the crosses property.CTSerAx.getCrosses()Gets the value of the crosses property.CTValAx.getCrosses()Gets the value of the crosses property.Methods in org.docx4j.dml.chart with parameters of type CTCrossesModifier and TypeMethodDescriptionvoidCTCatAx.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.