public interface IName
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
void |
fromJson(java.lang.String json)
Generates the defined name from the json string.
|
java.lang.String |
getComment()
Gets the comment associated with the name.
|
java.lang.String |
getName()
Gets the name of the object.
|
java.lang.String |
getRefersTo()
Gets the formula that the name is defined to refer to, in the language of the
macro and in A1-style notation, beginning with an equal sign.
|
java.lang.String |
getRefersToR1C1()
Gets the formula that the name is defined to refer to, in the language of the
macro and in R1C1-style notation, beginning with an equal sign.
|
void |
setComment(java.lang.String value)
Sets the comment associated with the name.
|
void |
setName(java.lang.String value)
Sets the name of the object.
|
void |
setRefersTo(java.lang.String value)
Sets the formula that the name is defined to refer to, in the language of the
macro and in A1-style notation, beginning with an equal sign.
|
void |
setRefersToR1C1(java.lang.String value)
Sets the formula that the name is defined to refer to, in the language of the
macro and in R1C1-style notation, beginning with an equal sign.
|
java.lang.String |
toJson()
Generates the json string from the defined name.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getRefersTo()
void setRefersTo(java.lang.String value)
java.lang.String getRefersToR1C1()
void setRefersToR1C1(java.lang.String value)
java.lang.String getComment()
void setComment(java.lang.String value)
void delete()
void fromJson(java.lang.String json)
json - the json string that contains a defined namejava.lang.String toJson()