Question
hi i am new to java scripting please help him
var para = app.activedocument.paragraphStyles.everyItem().getElements();
alert(para.length);
for(i=0; i<para.length; i++)
{
alert (para)
}
it is not run......
it is right or wrong coding?
var para = app.activedocument.paragraphStyles.everyItem().getElements();
alert(para.length);
for(i=0; i<para.length; i++)
{
alert (para)
}
it is not run......
it is right or wrong coding?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.