Uses of Class
org.apache.poi.xslf.usermodel.TextAlign

Packages that use TextAlign
org.apache.poi.xslf.usermodel   
 

Uses of TextAlign in org.apache.poi.xslf.usermodel
 

Fields in org.apache.poi.xslf.usermodel declared as TextAlign
static TextAlign TextAlign.CENTER
          Align text in the center.
static TextAlign TextAlign.DIST
           
static TextAlign TextAlign.JUSTIFY
          Align text so that it is justified across the whole line.
static TextAlign TextAlign.JUSTIFY_LOW
           
static TextAlign TextAlign.LEFT
          Align text to the left margin.
static TextAlign TextAlign.RIGHT
          Align text to the right margin.
static TextAlign TextAlign.THAI_DIST
           
 

Methods in org.apache.poi.xslf.usermodel that return TextAlign
 TextAlign XSLFTextParagraph.getTextAlign()
          Returns the alignment that is applied to the paragraph.
static TextAlign[] TextAlign.values()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type TextAlign
 void XSLFTextParagraph.setTextAlign(TextAlign align)
          Specifies the alignment that is to be applied to the paragraph.