Question
Problem with script
Hi,
I am trying to modify some properties from one paragraph syle, but when I execute the code below appears this error "JavaScript Error: Object does not support the property or method "paragraphStyles".
// code
for (i=0; i<app.documents.length; i++){
var style=app.documents.paragraphStyles.item("texto justificado");
style.justification = Justification.LEFT_ALIGN;
}
If anyone could can help me, it would be great!:)
