Question
How to get textframe fillcolor using extendscript?
Hi,
I need to get text frame fill color for below mentioned scenarios.
1) overall textframe fill color is applied.
2) character wise fill color is applied.
var chars = doc.textFrames[0].textRange.characters;
chars[0].characterAttributes.fillColor;3) multiple fill color is applied
4) overprint fill color
