Uses of Class
org.docx4j.dml.chart.CTSkip
Packages that use CTSkip
-
Uses of CTSkip in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTSkipModifier and TypeFieldDescriptionprotected CTSkipCTCatAx.tickLblSkipprotected CTSkipCTSerAx.tickLblSkipprotected CTSkipCTCatAx.tickMarkSkipprotected CTSkipCTSerAx.tickMarkSkipMethods in org.docx4j.dml.chart that return CTSkipModifier and TypeMethodDescriptionObjectFactory.createCTSkip()Create an instance ofCTSkipCTCatAx.getTickLblSkip()Gets the value of the tickLblSkip property.CTSerAx.getTickLblSkip()Gets the value of the tickLblSkip property.CTCatAx.getTickMarkSkip()Gets the value of the tickMarkSkip property.CTSerAx.getTickMarkSkip()Gets the value of the tickMarkSkip property.Methods in org.docx4j.dml.chart with parameters of type CTSkipModifier and TypeMethodDescriptionvoidCTCatAx.setTickLblSkip(CTSkip value) Sets the value of the tickLblSkip property.voidCTSerAx.setTickLblSkip(CTSkip value) Sets the value of the tickLblSkip property.voidCTCatAx.setTickMarkSkip(CTSkip value) Sets the value of the tickMarkSkip property.voidCTSerAx.setTickMarkSkip(CTSkip value) Sets the value of the tickMarkSkip property.