Copy link to clipboard
Copied
Can't work this out or find any thing I can get this to work. I want to make the anchor point on a text object be on the right of the text (align right). have tries this:
if(item.constructor.name == "TextFrame") {
item.textRange.ParagraphAttributes.justification = Justification.rightAlign;
}
but it doesn't work. Would anyone out there tell me what i'm doing wrong
Thanks
Copy link to clipboard
Copied
Copy link to clipboard
Copied
so for me thats
item.paragraphs[0].justification = Justification.RIGHT;
Thanks very much
Find more inspiration, events, and resources on the new Adobe Community
Explore Now