In a Text Document Basic script, how do I get the actual height of a Text Frame that has TextFrame.FrameIsAutomaticHeight set to True?
All of the width related properties and function values return the
current size, but those related to height return 41.
TextFrame FrameHeightAbsolute
BaseFrameProperties Height
Size.Height
XShape getSize().HeightThe Text Frame height is adjusted automatically to what is required by the content, but how do I obtain the current actual height in the same units as the width and location (1/100 mm)?
Also, XShape.getPosition() fires an unspecified exception
Code Message
1 An exception occurred.
XShape.getShape() works just fine. Is there a reason why getPosition()
does not?-- -------------------------------------------------------- The Snake Pit - Development www.TheSnakePitDev.com Curtis Clauson [EMAIL PROTECTED] Proprietor
"Any sufficiently over-complicated magic is indistinguishable from technology." -- Llelan D.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
