Uses of Class
org.docx4j.dml.chart.CTSkip
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTSkip in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTSkip Modifier and Type Field Description protected CTSkipCTCatAx. tickLblSkipprotected CTSkipCTSerAx. tickLblSkipprotected CTSkipCTCatAx. tickMarkSkipprotected CTSkipCTSerAx. tickMarkSkipMethods in org.docx4j.dml.chart that return CTSkip Modifier and Type Method Description CTSkipObjectFactory. createCTSkip()Create an instance ofCTSkipCTSkipCTCatAx. getTickLblSkip()Gets the value of the tickLblSkip property.CTSkipCTSerAx. getTickLblSkip()Gets the value of the tickLblSkip property.CTSkipCTCatAx. getTickMarkSkip()Gets the value of the tickMarkSkip property.CTSkipCTSerAx. getTickMarkSkip()Gets the value of the tickMarkSkip property.Methods in org.docx4j.dml.chart with parameters of type CTSkip Modifier and Type Method Description voidCTCatAx. 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.