001package com.hfg.xml.msofficexml.docx.wordprocessingml.style;
002
003
004public enum WmlVerticalJustification
005{
006   top,
007   center,
008   both,
009   bottom
010}