module ooo { module vba { module word { constants WdRevisionsBalloonWidthType { const long wdBalloonWidthPercent = 0; const long wdBalloonWidthPoints = 1; }; }; }; };