Constants |
STANDARD |
default alignment is used.
|
TOP |
contents are aligned with the upper edge of the cell.
|
CENTER |
contents are aligned to the vertical middle of the cell.
|
BOTTOM |
contents are aligned to the lower edge of the cell.
|
BLOCK |
contents are justified to the cell height.
|
Constants' Details |
STANDARD
const long STANDARD = 0;
- Description
- default alignment is used.
|
|
TOP
const long TOP = 1;
- Description
- contents are aligned with the upper edge of the cell.
|
|
CENTER
const long CENTER = 2;
- Description
- contents are aligned to the vertical middle of the cell.
|
|
BOTTOM
const long BOTTOM = 3;
- Description
- contents are aligned to the lower edge of the cell.
|
|
BLOCK
const long BLOCK = 4;
- Description
- contents are justified to the cell height.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.