com.aspose.cells

Class SmartTagShowType

  • java.lang.Object
    • com.aspose.cells.SmartTagShowType
public class SmartTagShowType 
extends java.lang.Object

Utility class containing constants. Represents the show type of the smart tag.

Field Summary
static final intALL
Indicates that smart tags are enabled and shown
static final intNO_SMART_TAG_INDICATOR
Indicates that the smart tags are enabled but the indicator not be shown.
static final intNONE
Indicates that smart tags are disabled and not displayed.
 

    • Field Detail

      • ALL

        public static final int ALL
        Indicates that smart tags are enabled and shown
      • NO_SMART_TAG_INDICATOR

        public static final int NO_SMART_TAG_INDICATOR
        Indicates that the smart tags are enabled but the indicator not be shown.
      • NONE

        public static final int NONE
        Indicates that smart tags are disabled and not displayed.