com.aspose.cells

Class TargetModeType

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

Utility class containing constants. Represents the type of target mode.

Field Summary
static final intEXTERNAL
External link
static final intFILE_PATH
Local and full paths to files\folders.
static final intEMAIL
Email.
static final intCELL_REFERENCE
Link on cell or named range.
 

    • Field Detail

      • EXTERNAL

        public static final int EXTERNAL
        External link
      • FILE_PATH

        public static final int FILE_PATH
        Local and full paths to files\folders.
      • EMAIL

        public static final int EMAIL
        Email.
      • CELL_REFERENCE

        public static final int CELL_REFERENCE
        Link on cell or named range.