public interface ITextFrame
IShape object.| Modifier and Type | Method and Description |
|---|---|
HorizontalAnchor |
getHorizontalAnchor()
Gets the horizontal alignment of text in a text frame.
|
float |
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.
|
float |
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.
|
float |
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.
|
float |
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.
|
ITextRange |
getTextRange()
Returns the
ITextRange object that represents the text in the object. |
VerticalAnchor |
getVerticalAnchor()
Gets the vertical alignment of text in a text frame.
|
void |
setHorizontalAnchor(HorizontalAnchor value)
Sets the horizontal alignment of text in a text frame.
|
void |
setMarginBottom(float bottom)
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.
|
void |
setMarginLeft(float left)
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.
|
void |
setMarginRight(float right)
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.
|
void |
setMarginTop(float top)
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.
|
void |
setVerticalAnchor(VerticalAnchor value)
Sets the vertical alignment of text in a text frame.
|
float getMarginBottom()
void setMarginBottom(float bottom)
float getMarginLeft()
void setMarginLeft(float left)
float getMarginRight()
void setMarginRight(float right)
float getMarginTop()
void setMarginTop(float top)
ITextRange getTextRange()
ITextRange object that represents the text in the object.HorizontalAnchor getHorizontalAnchor()
void setHorizontalAnchor(HorizontalAnchor value)
VerticalAnchor getVerticalAnchor()
void setVerticalAnchor(VerticalAnchor value)