Skip to main content
Participating Frequently
May 16, 2008
Pergunta

How to just set the opacity of an object (page item)?

  • May 16, 2008
  • 1 resposta
  • 393 Visualizações
Maybe I am just too lazy to thoroughly study the documentation but...

can someone point me to the right approach - preferably using AppleScript - to setting the opacity of an object (aka page item, i.e. not the fill or stroke)?

Thanks,

Olaf Drümmer
Este tópico foi fechado para respostas.

1 Resposta

Inspiring
May 16, 2008
tell application "Adobe InDesign CS3"<br /> tell active document<br /> tell page item "Text frame"<br /> tell transparency settings<br /> set properties of blending settings to {opacity:80.0, blend<br />mode:[...] }<br /> end tell<br /> end tell<br /> end tell<br />end tell<br /><br /><br />-- <br />Shane Stanley <sstanley@myriad-com.com.au>