VerticalAlignmentType

VerticalAlignmentType

Overview

VerticalAlignmentType is a enum in Aspose.Cells FOSS for Java.

Represents vertical alignment options for cell content.

This enumeration defines 5 values: BOTTOM, CENTER, TOP, JUSTIFY, DISTRIBUTED.

Description

VerticalAlignmentType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VerticalAlignmentType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
BOTTOMRepresents vertical alignment of cell content at the bottom
CENTERRepresents vertical alignment of cell content centered within the cell
TOP
JUSTIFYRepresents vertical justification alignment, stretching content to fill cell height
DISTRIBUTEDRepresents vertical alignment that distributes content evenly across the cell

See Also

 English