Uses of Enum
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STPosAlign
Packages that use STPosAlign
-
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 STPosAlignModifier and TypeFieldDescriptionprotected STPosAlignCTChartTitle.alignprotected STPosAlignCTLegend.alignMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STPosAlignModifier and TypeMethodDescriptionstatic STPosAlignCTChartTitle.getAlign()Gets the value of the align property.CTLegend.getAlign()Gets the value of the align property.static STPosAlignReturns 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 STPosAlignModifier and TypeMethodDescriptionvoidCTChartTitle.setAlign(STPosAlign value) Sets the value of the align property.voidCTLegend.setAlign(STPosAlign value) Sets the value of the align property.