Enables automatically resizing the text object to adjust it to fit within the boundaries of the enclosing text when rotated.
Object.defineProperty(AnnTextEditDesigner.prototype, 'autoSizeRotatedOnly',
get: function(),
set: function(value)
)
true to enable automatically resizing the text object to adjust to fit the boundary of the enclosing text when rotated; otherwise, false. The default value is false.
The autoSizeRotatedOnly property only works when the value of AutoSizeAfterEdit is set to true and the text object has a rotation angle.