0
Community Beginner
,
/t5/indesign-discussions/setting-object-opacity-via-javascript/td-p/4558524
Oct 19, 2012
Oct 19, 2012
Copy link to clipboard
Copied
Hello,
one more thing: I am trying to set the object opacity of a text frame via JavaScript (to 39%).
Unfortunately, I can not find the right code for it (I scanned Jongware's object model viewer but this part seems to be a bit tricky). Any ideas?
Thanks in advance.
Cheers
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Beginner
,
Oct 20, 2012
Oct 20, 2012
Solved
text_frame.transparencySettings.blendingSettings.opacity = 39;
Community Beginner
,
LATEST
/t5/indesign-discussions/setting-object-opacity-via-javascript/m-p/4558525#M391844
Oct 20, 2012
Oct 20, 2012
Copy link to clipboard
Copied
Solved
text_frame.transparencySettings.blendingSettings.opacity = 39;
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

