Uses of Enum Class
org.apache.poi.xwpf.usermodel.TableRowAlign
Packages that use TableRowAlign
-
Uses of TableRowAlign in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TableRowAlignModifier and TypeMethodDescriptionXWPFTable.getTableAlignment()Returns the current table alignment or NULLstatic TableRowAlignTableRowAlign.valueOf(int type) Returns the enum constant of this class with the specified name.static TableRowAlignReturns the enum constant of this class with the specified name.static TableRowAlign[]TableRowAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type TableRowAlignModifier and TypeMethodDescriptionvoidXWPFTable.setTableAlignment(TableRowAlign tra) Set table alignment to specifiedTableRowAlign