Copy link to clipboard
Copied
I am having trouble finding the properties to set the Text transparency on a Text Frame.
I am able to set the fill transparency using:
fillTransparencySettings.BlendingSettings.Opacity
and the stroke transparency using:
strokeTransparencySettings.BlendingSettings.Opacity
I can also set the objects transparency using
TransparencySettings.BlendingSettings.Opacity
But what I need is to set the Text Transparency only but there does not appear to be a equivalent
textTransparencySettings.BlendingSettings.Opacity option.
Does anyone know how I can set the Text Transparency?
That would be (JS):
myTextFrame.contentTransparencySettings.blendingSettings.opacity = 50;
--
Thomas B. Nielsen
http://www.nobrainer.dk
Copy link to clipboard
Copied
That would be (JS):
myTextFrame.contentTransparencySettings.blendingSettings.opacity = 50;
--
Thomas B. Nielsen
http://www.nobrainer.dk
Copy link to clipboard
Copied
Thanks, I missed it when I was looking through the object model. I kept thinking it must be named textTransparencySettings.
Thanks for the help.
Copy link to clipboard
Copied
You are welcome 🙂
Actually, if you look in the right hand side of this page, under more like this ... 😉
I didn't do that either, i just went through the OMV, saw it after i posted.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more