Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STSeriesLayout
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STSeriesLayout in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STSeriesLayout Modifier and Type Field Description protected STSeriesLayoutCTSeries. layoutIdMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STSeriesLayout Modifier and Type Method Description static STSeriesLayoutSTSeriesLayout. fromValue(java.lang.String v)STSeriesLayoutCTSeries. getLayoutId()Gets the value of the layoutId property.static STSeriesLayoutSTSeriesLayout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STSeriesLayout[]STSeriesLayout. 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 STSeriesLayout Modifier and Type Method Description voidCTSeries. setLayoutId(STSeriesLayout value)Sets the value of the layoutId property.