Enum VerticalJustification
Vertical justification of content within a region (ECMA-376 Part 1 §17.18.101 ST_VerticalJc).
public enum VerticalJustification
Fields
Top = 0Content is anchored to the top (the default).
Center = 1Content is centered.
Both = 2Content is distributed vertically (sections only).
Bottom = 3Content is anchored to the bottom.