TargetModeType
Overview
TargetModeType is a enum in Aspose.Cells FOSS for Java.
Represents the target mode type for cell references.
This enumeration defines 4 values: EXTERNAL, FILE_PATH, EMAIL, CELL_REFERENCE.
Description
TargetModeType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like TargetModeType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
EXTERNAL | Represents a hyperlink that points to an external URL |
FILE_PATH | Represents a hyperlink that points to a file system path |
EMAIL | Represents a hyperlink that opens a new email message (mailto) |
CELL_REFERENCE | Represents a hyperlink that references a cell within the workbook |