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