Hi,all:
I am a newbie in this forums,
I already found the way to change the font facetype like this script:
xfa.Text1.resolveNode("caption.#font").typeface = "Times New Roman";
but still not found the way to change the font color by script.
Anyidea? thank you!
Views
Replies
Total Likes
Hi,
The following Adobe guide is very useful for scripting against objects:
http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf
For example, chaning the colour of the caption to red would be:
Text1.caption.font.fill.color.value = "255,0,0"
Good luck,
Niall
Thank you!
The answer is very helpful to me!
Thanks again!![]()
Views
Replies
Total Likes