Name | Description | |
---|---|---|
getDirection | Gets the text direction. | |
getHorizontalAnchor | Gets horizontal anchor for Text frame in the shape | |
getMarginBottom | Gets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
getMarginLeft | Gets the distance (in points) between the left of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
getMarginRight | Gets the distance (in points) between the right of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
getMarginTop | Gets the distance (in points) between the top of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
getTextRange | Returns the ITextRange object that represents the text in the object. | |
getVerticalAnchor | Gets vertical anchor for Text frame in the shape. | |
setDirection | Sets the text direction. | |
setHorizontalAnchor | Sets horizontal anchor for Text frame in the shape If you want to set the horizontal alignment of the text, use ITextRange.setTextAlignment | |
setMarginBottom | Sets the distance (in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
setMarginLeft | Sets the distance (in points) between the left of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
setMarginRight | Sets the distance (in points) between the right of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
setMarginTop | Sets the distance (in points) between the top of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. | |
setVerticalAnchor | Sets vertical anchor for Text frame in the shape. |