Java org.apache.poi.ss.usermodel HorizontalAlignment fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel HorizontalAlignment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel HorizontalAlignment.

The text is from its open source code.

Field

HorizontalAlignmentGENERAL
The horizontal alignment is general-aligned.
HorizontalAlignmentLEFT
The horizontal alignment is left-aligned, even in Rightto-Left mode.
HorizontalAlignmentCENTER
The horizontal alignment is centered, meaning the text is centered across the cell.
HorizontalAlignmentRIGHT
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.
HorizontalAlignmentJUSTIFY
The horizontal alignment is justified (flush left and right).