Enumeration VerticalAlignment

Vertical alignment of text within a cell.

Enumeration Members

Enumeration Members

Bottom: "bottom"

Aligned to the bottom.

Center: "center"

Aligned to the center.

Distributed: "distributed"

Just like Justify, expect that all lines with a single word are centered and the last line is also distributed.

Justify: "justify"

The vertical alignment of lines of text is distributed vertically, where each line of text inside the cell is evenly distributed across the height of the cell, with flush top and bottom margins.

Top: "top"

Aligned to the top.