com.spire.xls.core
Interface ILabelShape

All Superinterfaces:
IShape

public interface ILabelShape
extends IShape


Method Summary
 java.lang.String getText()
           
 boolean isTextLocked()
           
 void isTextLocked(boolean value)
           
 void setText(java.lang.String value)
           
 
Methods inherited from interface com.spire.xls.core.IShape
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth
 

Method Detail

getText

java.lang.String getText()

setText

void setText(java.lang.String value)

isTextLocked

boolean isTextLocked()

isTextLocked

void isTextLocked(boolean value)