Class CellSmartTag
java.lang.Object
com.independentsoft.office.spreadsheet.CellSmartTag
The Class CellSmartTag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the smart tag type index.booleanChecks if is deleted.booleanChecks if is xml based.voidsetDeleted(boolean isDeleted)Sets the deleted.voidsetSmartTagTypeIndex(int smartTagTypeIndex)Sets the smart tag type index.voidsetXmlBased(boolean isXmlBased)Sets the xml based.toString()
-
Constructor Details
-
CellSmartTag
public CellSmartTag()Instantiates a new cell smart tag.
-
-
Method Details
-
clone
-
toString
-
isDeleted
public boolean isDeleted()Checks if is deleted.- Returns:
- true, if is deleted
-
setDeleted
public void setDeleted(boolean isDeleted)Sets the deleted.- Parameters:
isDeleted- the new deleted
-
getSmartTagTypeIndex
public int getSmartTagTypeIndex()Gets the smart tag type index.- Returns:
- the smart tag type index
-
setSmartTagTypeIndex
public void setSmartTagTypeIndex(int smartTagTypeIndex)Sets the smart tag type index.- Parameters:
smartTagTypeIndex- the new smart tag type index
-
isXmlBased
public boolean isXmlBased()Checks if is xml based.- Returns:
- true, if is xml based
-
setXmlBased
public void setXmlBased(boolean isXmlBased)Sets the xml based.- Parameters:
isXmlBased- the new xml based
-