Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STQuartileMethod
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
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 STQuartileMethod Modifier and Type Field Description protected STQuartileMethodCTStatistics. quartileMethodMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STQuartileMethod Modifier and Type Method Description static STQuartileMethodSTQuartileMethod. fromValue(java.lang.String v)STQuartileMethodCTStatistics. getQuartileMethod()Gets the value of the quartileMethod property.static STQuartileMethodSTQuartileMethod. valueOf(java.lang.String name)Returns 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 STQuartileMethod Modifier and Type Method Description voidCTStatistics. setQuartileMethod(STQuartileMethod value)Sets the value of the quartileMethod property.