Answered
how to change the color of the textframe content ?
Hey all,
small question, I've searched for a way to change only the color of the text in the frame, and all the ways was to fill the frame or the border.
This's my code, how can i change only the color of the content!
var rect = doc.pages[0].textFrames.add({
geometricBounds: [41, 53, 46, 64]
});
rect.contents = "HEYYY"
i'm using JS.
thanks all.
