com.spire.xls.core
Interface ITextBoxShape

All Superinterfaces:
IShape, ITextBox
All Known Subinterfaces:
IComment, ICommentShape, ITextBoxLinkShape
All Known Implementing Classes:
ExcelComment, ExcelCommentObject, XlsComment, XlsTextBoxShape

public interface ITextBoxShape
extends ITextBox, IShape


Method Summary
 IShapeLineFormat getLine()
           
 
Methods inherited from interface com.spire.xls.core.ITextBox
getHAlignment, getRichText, getText, getTextRotation, getVAlignment, isTextLocked, isTextLocked, setHAlignment, setText, setTextRotation, setVAlignment
 
Methods inherited from interface com.spire.xls.core.IShape
getAlternativeText, getFill, getHeight, getHtmlString, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setHtmlString, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth
 

Method Detail

getLine

IShapeLineFormat getLine()