Uses of Class
org.docx4j.dml.chart.CTScaling
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTScaling in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTScaling Modifier and Type Field Description protected CTScalingCTCatAx. scalingprotected CTScalingCTDateAx. scalingprotected CTScalingCTSerAx. scalingprotected CTScalingCTValAx. scalingMethods in org.docx4j.dml.chart that return CTScaling Modifier and Type Method Description CTScalingObjectFactory. createCTScaling()Create an instance ofCTScalingCTScalingCTCatAx. getScaling()Gets the value of the scaling property.CTScalingCTDateAx. getScaling()Gets the value of the scaling property.CTScalingCTSerAx. getScaling()Gets the value of the scaling property.CTScalingCTValAx. getScaling()Gets the value of the scaling property.Methods in org.docx4j.dml.chart with parameters of type CTScaling Modifier and Type Method Description voidCTCatAx. setScaling(CTScaling value)Sets the value of the scaling property.voidCTDateAx. setScaling(CTScaling value)Sets the value of the scaling property.voidCTSerAx. setScaling(CTScaling value)Sets the value of the scaling property.voidCTValAx. setScaling(CTScaling value)Sets the value of the scaling property.