Interface ITextFrame
public interface ITextFrame
Represents the text frame in the com.grapecity.documents.excel.IShape
object.
-
Method Summary
Gets horizontal anchor for Text frame in the shape
float
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
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
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
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.
Returns the
ITextRange
object that represents the text in the object.
Gets vertical anchor for Text frame in the shape.
void
void
void
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
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
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
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
Sets vertical anchor for Text frame in the shape.
-
Method Details
-
getMarginBottom
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.
-
setMarginBottom
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.
-
getMarginLeft
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.
-
setMarginLeft
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.
-
getMarginRight
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.
-
setMarginRight
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.
-
getMarginTop
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.
-
setMarginTop
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.
-
getDirection
Gets the text direction.
-
setDirection
Sets the text direction.
-
-
getHorizontalAnchor
Gets horizontal anchor for Text frame in the shape
-
-
getVerticalAnchor
Gets vertical anchor for Text frame in the shape.
-
setVerticalAnchor
Sets vertical anchor for Text frame in the shape.