Hi scripters
I need to delete all the character style using preserve formatting option in my document.
how can i do this, with this i have started,
myDoc = app.activeDocument;
for(var j=0; myDoc.characterStyles.length>j; j++)
{
//
}
thanks in advance
regards
a r u l