Open
Description
It seems that whilst the documentation suggests that the text length is a TextRange property I was only able to load it from the text class. So that:
Loading shape.textFrame.load('textRange/length'); - returns -1 (undefined)
Loading shape.textFrame.load('textRange/text/length'); - returns the correct value.