com.spire.xls.core
Interface ITextBoxLinkShape

All Superinterfaces:
IShape, ITextBox, ITextBoxShape
All Known Implementing Classes:
XlsTextBoxShape

public interface ITextBoxLinkShape
extends ITextBoxShape


Method Summary
 IHyperLink getHyLink()
           
 int getRotation()
          Returns or sets the rotation of the shape, in degrees.
 void setRotation(int value)
          Returns or sets the rotation of the shape, in degrees.
 
Methods inherited from interface com.spire.xls.core.ITextBoxShape
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, getID, getLeft, getName, getOnAction, getResizeBehave, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setTop, setVisible, setWidth
 

Method Detail

getRotation

int getRotation()
Description copied from interface: IShape
Returns or sets the rotation of the shape, in degrees.

Specified by:
getRotation in interface IShape

setRotation

void setRotation(int value)
Description copied from interface: IShape
Returns or sets the rotation of the shape, in degrees.

Specified by:
setRotation in interface IShape

getHyLink

IHyperLink getHyLink()