Class SmartTagProperties

java.lang.Object
com.independentsoft.office.spreadsheet.SmartTagProperties

public class SmartTagProperties extends Object
The Class SmartTagProperties.
  • Constructor Details

    • SmartTagProperties

      public SmartTagProperties()
      Instantiates a new smart tag properties.
  • Method Details

    • clone

      public SmartTagProperties clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public SmartTagDisplayType getSmartTagDisplayType()
      Gets the smart tag display type.
      Returns:
      the smart tag display type
    • setSmartTagDisplayType

      public void setSmartTagDisplayType(SmartTagDisplayType smartTagDisplayType)
      Sets the smart tag display type.
      Parameters:
      smartTagDisplayType - the new smart tag display type