numberingFormat doesn't work!
Hi scripters;
for (i = 1; i < myPara.length; i++){
if(myPara.bulletsAndNumberingListType == ListType.NUMBERED_LIST)
The top code works. But the underlying code does not work. Can someone explain why?
for (i = 1; i < myPara.length; i++){
if(myPara.numberingFormat == NumberingStyle.SINGLE_LEADING_ZEROS)
Thanks