Uses of Class
org.docx4j.dml.chart.CTScaling
Packages that use CTScaling
-
Uses of CTScaling in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTScalingModifier and TypeFieldDescriptionprotected CTScalingCTCatAx.scalingprotected CTScalingCTDateAx.scalingprotected CTScalingCTSerAx.scalingprotected CTScalingCTValAx.scalingMethods in org.docx4j.dml.chart that return CTScalingModifier and TypeMethodDescriptionObjectFactory.createCTScaling()Create an instance ofCTScalingCTCatAx.getScaling()Gets the value of the scaling property.CTDateAx.getScaling()Gets the value of the scaling property.CTSerAx.getScaling()Gets the value of the scaling property.CTValAx.getScaling()Gets the value of the scaling property.Methods in org.docx4j.dml.chart with parameters of type CTScalingModifier and TypeMethodDescriptionvoidCTCatAx.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.