Class SmartTagProperties
java.lang.Object
com.independentsoft.office.spreadsheet.SmartTagProperties
The Class SmartTagProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the smart tag display type.booleanChecks if is embed smart tags.voidsetEmbedSmartTags(boolean embedSmartTags)Sets the embed smart tags.voidsetSmartTagDisplayType(SmartTagDisplayType smartTagDisplayType)Sets the smart tag display type.toString()
-
Constructor Details
-
SmartTagProperties
public SmartTagProperties()Instantiates a new smart tag properties.
-
-
Method Details
-
clone
-
toString
-
isEmbedSmartTags
public boolean isEmbedSmartTags()Checks if is embed smart tags.- Returns:
- true, if is embed smart tags
-
setEmbedSmartTags
public void setEmbedSmartTags(boolean embedSmartTags)Sets the embed smart tags.- Parameters:
embedSmartTags- the new embed smart tags
-
getSmartTagDisplayType
Gets the smart tag display type.- Returns:
- the smart tag display type
-
setSmartTagDisplayType
Sets the smart tag display type.- Parameters:
smartTagDisplayType- the new smart tag display type
-