Uses of Enum
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STQuartileMethod
Packages that use STQuartileMethod
-
Uses of STQuartileMethod in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STQuartileMethodMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STQuartileMethodModifier and TypeMethodDescriptionstatic STQuartileMethodCTStatistics.getQuartileMethod()Gets the value of the quartileMethod property.static STQuartileMethodReturns the enum constant of this type with the specified name.static STQuartileMethod[]STQuartileMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STQuartileMethodModifier and TypeMethodDescriptionvoidCTStatistics.setQuartileMethod(STQuartileMethod value) Sets the value of the quartileMethod property.