Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Setting object opacity via JavaScript

Community Beginner ,
Oct 19, 2012 Oct 19, 2012

Hello,

one more thing: I am trying to set the object opacity of a text frame via JavaScript (to 39%).

Screen Shot 2012-10-19 at 23.27.25.png

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
2.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Oct 20, 2012 Oct 20, 2012

Solved

text_frame.transparencySettings.blendingSettings.opacity = 39;

Translate
Community Beginner ,
Oct 20, 2012 Oct 20, 2012
LATEST

Solved

text_frame.transparencySettings.blendingSettings.opacity = 39;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines