001package com.hfg.xml.msofficexml.docx.wordprocessingml.style;
002
003
004public enum WmlJustification
005{
006 both,
007 center,
008 distribute,
009 start,
010 end,
011 left,
012 right,
013 numTab,
014 highKashida,
015 lowKashida,
016 mediumKashida,
017 thaiDistribute,
018
019}