TargetModeType

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

ValueDescription
EXTERNALRepresents a hyperlink that points to an external URL
FILE_PATHRepresents a hyperlink that points to a file system path
EMAILRepresents a hyperlink that opens a new email message (mailto)
CELL_REFERENCERepresents a hyperlink that references a cell within the workbook

See Also

 English