001package com.hfg.xml.msofficexml.xlsx.spreadsheetml.style; 002 003 004public enum SsmlVerticalAlign 005{ 006 top, 007 center, 008 bottom, 009 justify, 010 distributed 011}