var
para=app.activeDocument.textFrames[0].paragraphs[0];
str=para.paragraphAttributes.tabStops[0].decimalCharacter;
alert(str);