java.lang.Object
com.aspose.cells.SmartTag
public class SmartTag
- extends java.lang.Object
Represents a 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)
|
-
Indicates whether the smart tag is deleted.
-
Gets and set the properties of the smart tag.
getUri | |
public java.lang.String getUri()
|
-
Gets the namespace URI of the smart tag.
getName | |
public java.lang.String getName()
|
-
Gets the name of the smart tag.
setLink | |
public void setLink(java.lang.String uri, java.lang.String name) |
-
Change the name and the namespace URI of the smart tag.
- Parameters:
uri
- The namespace URI of the smart tag.name
- The name of the smart tag.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.