Uses of Enum
org.docx4j.dml.chart.STTrendlineType
Packages that use STTrendlineType
-
Uses of STTrendlineType in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STTrendlineTypeMethods in org.docx4j.dml.chart that return STTrendlineTypeModifier and TypeMethodDescriptionstatic STTrendlineTypeCTTrendlineType.getVal()Gets the value of the val property.static STTrendlineTypeReturns the enum constant of this type with the specified name.static STTrendlineType[]STTrendlineType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STTrendlineTypeModifier and TypeMethodDescriptionvoidCTTrendlineType.setVal(STTrendlineType value) Sets the value of the val property.