Uses of Class
org.apache.poi.sl.usermodel.TextParagraph.TextAlign

Packages that use TextParagraph.TextAlign
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TextParagraph.TextAlign in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return TextParagraph.TextAlign
 TextParagraph.TextAlign HSLFTextParagraph.getTextAlign()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type TextParagraph.TextAlign
 void HSLFTextParagraph.setAlignment(TextParagraph.TextAlign align)
          Sets the type of horizontal alignment for the paragraph.
 

Uses of TextParagraph.TextAlign in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return TextParagraph.TextAlign
 TextParagraph.TextAlign TextParagraph.getTextAlign()
          Returns the alignment that is applied to the paragraph.
static TextParagraph.TextAlign TextParagraph.TextAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextParagraph.TextAlign[] TextParagraph.TextAlign.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

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



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.