This should help:
var _bottom = sourceDoc.artboards[0].artboardRect[3]; //up to CS5 (if there is only one artboard in your document) // … pointTextRef.top = _bottom; pointTextRef.textRange.characterAttributes.size = 26; //and not Size
Have fun
This should help:
var _bottom = sourceDoc.artboards[0].artboardRect[3]; //up to CS5 (if there is only one artboard in your document) // … pointTextRef.top = _bottom; pointTextRef.textRange.characterAttributes.size = 26; //and not Size
Have fun