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 TabAlignmentXDDFTabStop. getAlignment()static TabAlignmentTabAlignment. valueOf(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 voidXDDFTabStop. setAlignment(TabAlignment align)
-