Uses of Class
org.apache.poi.ss.usermodel.HorizontalAlignment

Packages that use HorizontalAlignment
org.apache.poi.ss.usermodel   
 

Uses of HorizontalAlignment in org.apache.poi.ss.usermodel
 

Fields in org.apache.poi.ss.usermodel declared as HorizontalAlignment
static HorizontalAlignment HorizontalAlignment.CENTER
          The horizontal alignment is centered, meaning the text is centered across the cell.
static HorizontalAlignment HorizontalAlignment.CENTER_SELECTION
          The horizontal alignment is centered across multiple cells.
static HorizontalAlignment HorizontalAlignment.DISTRIBUTED
          Indicates that each 'word' in each line of text inside the cell is evenly distributed across the width of the cell, with flush right and left margins.
static HorizontalAlignment HorizontalAlignment.FILL
          Indicates that the value of the cell should be filled across the entire width of the cell.
static HorizontalAlignment HorizontalAlignment.GENERAL
          The horizontal alignment is general-aligned.
static HorizontalAlignment HorizontalAlignment.JUSTIFY
          The horizontal alignment is justified (flush left and right).
static HorizontalAlignment HorizontalAlignment.LEFT
          The horizontal alignment is left-aligned, even in Rightto-Left mode.
static HorizontalAlignment HorizontalAlignment.RIGHT
          The horizontal alignment is right-aligned, meaning that cell contents are aligned at the right edge of the cell, even in Right-to-Left mode.
 

Methods in org.apache.poi.ss.usermodel that return HorizontalAlignment
static HorizontalAlignment[] HorizontalAlignment.values()