Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STPosAlign
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STPosAlign in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STPosAlign Modifier and Type Field Description protected STPosAlignCTChartTitle. alignprotected STPosAlignCTLegend. alignMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STPosAlign Modifier and Type Method Description static STPosAlignSTPosAlign. fromValue(java.lang.String v)STPosAlignCTChartTitle. getAlign()Gets the value of the align property.STPosAlignCTLegend. getAlign()Gets the value of the align property.static STPosAlignSTPosAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPosAlign[]STPosAlign. 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 STPosAlign Modifier and Type Method Description voidCTChartTitle. setAlign(STPosAlign value)Sets the value of the align property.voidCTLegend. setAlign(STPosAlign value)Sets the value of the align property.