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 TableRowAlign
XWPFTable. getTableAlignment()
Returns the current table alignment or NULLstatic TableRowAlign
TableRowAlign. valueOf(int type)
Returns the enum constant of this type with the specified name.static TableRowAlign
TableRowAlign. valueOf(java.lang.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 void
XWPFTable. setTableAlignment(TableRowAlign tra)
Set table alignment to specifiedTableRowAlign
-