FEnum

GitHubEdit on GitHub
packages@univerjs/core

APIs

AbsoluteRefType

Defines different types of absolute references

Signature

get AbsoluteRefType(): any

Examples

console.log(univerAPI.Enum.AbsoluteRefType)

AutoFillSeries

Auto fill series types

Signature

get AutoFillSeries(): any

Examples

console.log(univerAPI.Enum.AutoFillSeries.ALTERNATE_SERIES)

BaselineOffset

Different baseline offsets for text baseline positioning

Signature

get BaselineOffset(): any

Examples

console.log(univerAPI.Enum.BaselineOffset.SUPERSCRIPT)

BooleanNumber

Boolean number representations

Signature

get BooleanNumber(): any

Examples

console.log(univerAPI.Enum.BooleanNumber.TRUE)

BorderStyleTypes

Different border style types

Signature

get BorderStyleTypes(): any

Examples

console.log(univerAPI.Enum.BorderStyleTypes.NONE)

BorderType

Different border types

Signature

get BorderType(): any

Examples

console.log(univerAPI.Enum.BorderType.OUTSIDE)

ColorType

Color types

Signature

get ColorType(): any

Examples

console.log(univerAPI.Enum.ColorType.RGB)

CommandType

Different types of commands

Signature

get CommandType(): any

Examples

console.log(univerAPI.Enum.CommandType.COMMAND)

CommonHideTypes

Common hide types

Signature

get CommonHideTypes(): any

Examples

console.log(univerAPI.Enum.CommonHideTypes.ON)

CopyPasteType

Copy paste types

Signature

get CopyPasteType(): any

Examples

console.log(univerAPI.Enum.CopyPasteType.PASTE_VALUES)

DataValidationErrorStyle

Different error display styles

Signature

get DataValidationErrorStyle(): any

Examples

console.log(univerAPI.Enum.DataValidationErrorStyle.WARNING)

DataValidationOperator

Different validation operators

Signature

get DataValidationOperator(): any

Examples

console.log(univerAPI.Enum.DataValidationOperator.BETWEEN)

DataValidationRenderMode

Different validation rendering modes

Signature

get DataValidationRenderMode(): any

Examples

console.log(univerAPI.Enum.DataValidationRenderMode.TEXT)

DataValidationStatus

Different validation states

Signature

get DataValidationStatus(): any

Examples

console.log(univerAPI.Enum.DataValidationStatus.VALID)

DataValidationType

Different types of data validation

Signature

get DataValidationType(): any

Examples

console.log(univerAPI.Enum.DataValidationType.LIST)

DeleteDirection

Delete direction types

Signature

get DeleteDirection(): any

Examples

console.log(univerAPI.Enum.DeleteDirection.LEFT)

DeveloperMetadataVisibility

Developer metadata visibility types

Signature

get DeveloperMetadataVisibility(): any

Examples

console.log(univerAPI.Enum.DeveloperMetadataVisibility.DOCUMENT)

Dimension

Dimension types

Signature

get Dimension(): any

Examples

console.log(univerAPI.Enum.Dimension.ROWS)

Direction

Direction types

Signature

get Direction(): any

Examples

console.log(univerAPI.Enum.Direction.UP)

get

Signature

static get(): import("/Users/jikkai/Dev/univer/packages/core/src/facade/f-enum").FEnum

HorizontalAlign

Different horizontal text alignment options

Signature

get HorizontalAlign(): any

Examples

console.log(univerAPI.Enum.HorizontalAlign.CENTER)

InterpolationPointType

Interpolation point types

Signature

get InterpolationPointType(): any

Examples

console.log(univerAPI.Enum.InterpolationPointType.NUMBER)

LifecycleStages

Represents different stages in the lifecycle

Signature

get LifecycleStages(): any

Examples

console.log(univerAPI.Enum.LifecycleStages.Rendered)

LocaleType

Locale types

Signature

get LocaleType(): any

Examples

console.log(univerAPI.Enum.LocaleType.EN_US)

MentionType

Mention types

Signature

get MentionType(): any

Examples

console.log(univerAPI.Enum.MentionType.PERSON)

ProtectionType

Protection types

Signature

get ProtectionType(): any

Examples

console.log(univerAPI.Enum.ProtectionType.RANGE)

RelativeDate

Relative date types

Signature

get RelativeDate(): any

Examples

console.log(univerAPI.Enum.RelativeDate.TODAY)

SheetTypes

Sheet types

Signature

get SheetTypes(): any

Examples

console.log(univerAPI.Enum.SheetTypes.GRID)

TextDecoration

Different text decoration styles

Signature

get TextDecoration(): any

Examples

console.log(univerAPI.Enum.TextDecoration.DOUBLE)

TextDirection

Different text direction options

Signature

get TextDirection(): any

Examples

console.log(univerAPI.Enum.TextDirection.LEFT_TO_RIGHT)

ThemeColorType

Theme color types

Signature

get ThemeColorType(): any

Examples

console.log(univerAPI.Enum.ThemeColorType.ACCENT1)

UniverInstanceType

Defines different types of Univer instances

Signature

get UniverInstanceType(): any

Examples

console.log(univerAPI.Enum.UniverInstanceType.UNIVER_SHEET)

VerticalAlign

Different vertical text alignment options

Signature

get VerticalAlign(): any

Examples

console.log(univerAPI.Enum.VerticalAlign.MIDDLE)

WrapStrategy

Different wrap strategy options

Signature

get WrapStrategy(): any

Examples

console.log(univerAPI.Enum.WrapStrategy.WRAP)