![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Name
public class Name
Encapsulates the object that represents a name, including NamedRange
Method Summary | |
---|---|
java.lang.String |
getRefersTo()
|
java.lang.String |
getText()
Gets the name of the range. |
Worksheet |
getWorksheet()
Gets the worksheet which contians this Name . |
void |
setInnerText(java.lang.String text)
|
void |
setRefersTo(java.lang.String refersTo)
|
void |
setText(java.lang.String text)
Sets the name of the range. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
java.lang.IllegalArgumentException
- if text is invalid.public void setInnerText(java.lang.String text)
public java.lang.String getRefersTo()
public Worksheet getWorksheet()
public void setRefersTo(java.lang.String refersTo)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |