Uses of Class
org.apache.poi.xddf.usermodel.text.TabAlignment
-
Packages that use TabAlignment Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of TabAlignment in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return TabAlignment Modifier and Type Method Description TabAlignment
XDDFTabStop. getAlignment()
static TabAlignment
TabAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TabAlignment[]
TabAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type TabAlignment Modifier and Type Method Description void
XDDFTabStop. setAlignment(TabAlignment align)
-