Uses of Class
org.apache.poi.xwpf.usermodel.VerticalAlign

Packages that use VerticalAlign
org.apache.poi.xwpf.usermodel   
 

Uses of VerticalAlign in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as VerticalAlign
static VerticalAlign VerticalAlign.BASELINE
          Specifies that the text in the parent run shall be located at the baseline and presented in the same size as surrounding text.
static VerticalAlign VerticalAlign.SUBSCRIPT
          Specifies that this text should be superscript.
static VerticalAlign VerticalAlign.SUPERSCRIPT
          Specifies that this text should be subscript.
 

Methods in org.apache.poi.xwpf.usermodel that return VerticalAlign
 VerticalAlign XWPFRun.getSubscript()
          Specifies the alignment which shall be applied to the contents of this run in relation to the default appearance of the run's text.
static VerticalAlign VerticalAlign.valueOf(int type)
           
static VerticalAlign[] VerticalAlign.values()
           
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type VerticalAlign
 void XWPFRun.setSubscript(VerticalAlign valign)
          Specifies the alignment which shall be applied to the contents of this run in relation to the default appearance of the run's text.