Bullet and Number - Tab Position
Hi,
I need to get the value Tab Position of Bullet and Numbering Options of Paragraph Style.

If i use the below code its returning the tab position of Tabs Options. But i need to get the tab position value of Bullet and Numbering Options.
Code :
tab = parStyle.tabList;
for(var tc = 0; tc < tab.length; tc++)
{
tabX = tab[tc].position;
tabLeader = tab[tc].leader;
tabAlignOn = tab[tc].alignmentCharacter;
}
Can anyone help me?
- Sudha K
