Hi, for a pathItem, i can check if it is filled by using the "filled"
attribute. However, for
app.activeDocument.textFrames[i].textRange.characterAttributes, there
is no filled or stroked attribute. What i have is only the fillColor
and strokColor. The problem is when I perform a global color change,
sometimes i got "undefined" for a text object. So, is there anyway to
check if a text is filled? Also, is there a way to detect if an object
is 'undefined' in AI CS javascript? Any help would be very much
appreciated. Thanks.