java.lang.Objectcom.aspose.cells.SmartTag
public class SmartTag
Property Getters/Setters Summary | ||
---|---|---|
boolean | getDeleted() | |
void | setDeleted(boolean value) | |
Indicates whether the smart tag is deleted. | ||
java.lang.String | getName() | |
Gets the name of the smart tag. | ||
SmartTagPropertyCollection | getProperties() | |
void | setProperties(SmartTagPropertyCollection value) | |
Gets and set the properties of the smar tag. | ||
java.lang.String | getUri() | |
Gets the namespace URI of the smart tag. |
Method Summary | ||
---|---|---|
void | setLink(java.lang.String uri, java.lang.String name) | |
Change the name and the namespace URI of the smart tag. |
Property Getters/Setters Detail |
---|
getDeleted/setDeleted | |
public boolean getDeleted() / public void setDeleted(boolean value) |
getProperties/setProperties | |
public SmartTagPropertyCollection getProperties() / public void setProperties(SmartTagPropertyCollection value) |
getUri | |
public java.lang.String getUri() |
getName | |
public java.lang.String getName() |
Method Detail |
---|
setLink | |
public void setLink(java.lang.String uri, java.lang.String name) |
uri
- The namespace URI of the smart tag.name
- The name of the smart tag.