类: FEnum
继承
IFSheetsEnum
.IFSheetsFilterEnumMixin
.IPivotEnumMixin
.IFSparklineEnumMixin
.IFUIEnumMixin
.IFDrawingEnumMixin
.FWatermarkEnum
.ISheetPrintEnum
.IChartEnumMixin
属性
属性 | 类型 | 描述 |
---|---|---|
|
Represents the alignment of the axis. AxisAlignEnum The possible values are: START, CENTER, END. 示例
| |
|
Represents the type of the border dash. ChartBorderDashType The possible values are: SOLID, DOTTED, DASHED. 示例
| |
|
Represents the type of the chart. ChartTypeBits Description This enum is used to specify the type of the chart. Which is binary-like value, each bit represents a type of the chart. 示例
| |
|
Please refer to CustomFilterOperator. | |
typeof |
Please refer to DrawingTypeEnum. | |
|
Please refer to ImageSourceType. | |
|
Represents the position of the legend in the chart. LegendPositionEnum The possible values are: BOTTOM, TOP, LEFT, RIGHT, HIDE. 示例
| |
|
Represents the shape of the data point in the line chart. LinePointShape 示例
| |
|
Represents the data type of the pivot data field. PivotDataFieldDataTypeEnum Description This is enum is used to specify the data type of the pivot source field. | |
|
Represents the sort operator of the pivot data field. PivotDataFieldSortOperatorEnum | |
|
Represents the sort type of the pivot data field. PivotDataFieldSortTypeEnum | |
|
Represents the filter operator of the pivot filter. ST_PivotFilterOperatorEnum | |
|
Represents the filter type of the pivot table. PivotFilterTypeEnum | |
|
Represents the subtotal type of the pivot table. PivotSubtotalTypeEnum | |
|
Represents the change type of the pivot table. PivotTableChangeTypeEnum | |
|
Represents the field area of the pivot table. PivotTableFiledAreaEnum | |
|
Represents the value position of the pivot table. PivotTableValuePositionEnum Description In excel pivot table, the value position can be placed in the row, column area, but only there are more than one value field it will be placed. | |
|
Represents the position type of the pivot table. PositionType | |
|
Print alignment settings for content positioning | |
|
Print area setting that determines which part of the spreadsheet to print | |
|
Page orientation setting (Portrait/Landscape) | |
|
Freeze pane settings for printing | |
|
Header and footer content options | |
|
Special symbols/placeholders available for headers and footers | |
|
Margin presets for the printed page | |
|
Paper size options for printing (e.g., A4, Letter) | |
|
Print scaling options to fit content to page | |
|
Represents the selection mode of the chart. SelectModeEnum The possible values are: SINGLE, MULTIPLE, Close. It used to specify the selection mode of the chart legend. 示例
| |
|
Please refer to SheetDrawingAnchorType. | |
|
Sheet skeleton change command types. These commands affect the structure of the worksheet. Includes operations like changing row/column dimensions, visibility, and grid properties. | |
|
Sheet value change command types. These commands affect the content or style of cells. Includes operations like setting cell values, moving ranges, merging cells, and applying styles. | |
|
‐ | |
|
Split delimiter types. | |
|
Represents the position of the title in the chart. TitlePositionEnum 示例
|
访问器
AutoFillSeries
Getter 签名
get AutoFillSeries(): any
Auto fill series types
示例
console.log(univerAPI.Enum.AutoFillSeries.ALTERNATE_SERIES);
返回
any
BaselineOffset
Getter 签名
get BaselineOffset(): typeof BaselineOffset
Different baseline offsets for text baseline positioning
示例
console.log(univerAPI.Enum.BaselineOffset.SUPERSCRIPT);
返回
typeof BaselineOffset
BooleanNumber
Getter 签名
get BooleanNumber(): typeof BooleanNumber
Boolean number representations
示例
console.log(univerAPI.Enum.BooleanNumber.TRUE);
返回
typeof BooleanNumber
BorderStyleTypes
Getter 签名
get BorderStyleTypes(): typeof BorderStyleTypes
Different border style types
示例
console.log(univerAPI.Enum.BorderStyleTypes.NONE);
返回
typeof BorderStyleTypes
BorderType
Getter 签名
get BorderType(): any
Different border types
示例
console.log(univerAPI.Enum.BorderType.OUTSIDE);
返回
any
BuiltInUIPart
Getter 签名
get BuiltInUIPart(): any
返回
any
ColorType
Getter 签名
get ColorType(): any
Color types
示例
console.log(univerAPI.Enum.ColorType.RGB);
返回
any
CommandType
Getter 签名
get CommandType(): any
Different types of commands
示例
console.log(univerAPI.Enum.CommandType.COMMAND);
返回
any
CommonHideTypes
Getter 签名
get CommonHideTypes(): any
Common hide types
示例
console.log(univerAPI.Enum.CommonHideTypes.ON);
返回
any
CopyPasteType
Getter 签名
get CopyPasteType(): any
Copy paste types
示例
console.log(univerAPI.Enum.CopyPasteType.PASTE_VALUES);
返回
any
DataValidationErrorStyle
Getter 签名
get DataValidationErrorStyle(): any
Different error display styles
示例
console.log(univerAPI.Enum.DataValidationErrorStyle.WARNING);
返回
any
DataValidationOperator
Getter 签名
get DataValidationOperator(): any
Different validation operators
示例
console.log(univerAPI.Enum.DataValidationOperator.BETWEEN);
返回
any
DataValidationRenderMode
Getter 签名
get DataValidationRenderMode(): any
Different validation rendering modes
示例
console.log(univerAPI.Enum.DataValidationRenderMode.TEXT);
返回
any
DataValidationStatus
Getter 签名
get DataValidationStatus(): any
Different validation states
示例
console.log(univerAPI.Enum.DataValidationStatus.VALID);
返回
any
DataValidationType
Getter 签名
get DataValidationType(): any
Different types of data validation
示例
console.log(univerAPI.Enum.DataValidationType.LIST);
返回
any
DeleteDirection
Getter 签名
get DeleteDirection(): any
Delete direction types
示例
console.log(univerAPI.Enum.DeleteDirection.LEFT);
返回
any
DeveloperMetadataVisibility
Getter 签名
get DeveloperMetadataVisibility(): any
Developer metadata visibility types
示例
console.log(univerAPI.Enum.DeveloperMetadataVisibility.DOCUMENT);
返回
any
Dimension
Getter 签名
get Dimension(): any
Dimension types
示例
console.log(univerAPI.Enum.Dimension.ROWS);
返回
any
Direction
Getter 签名
get Direction(): any
Direction types
示例
console.log(univerAPI.Enum.Direction.UP);
返回
any
HorizontalAlign
Getter 签名
get HorizontalAlign(): typeof HorizontalAlign
Different horizontal text alignment options
示例
console.log(univerAPI.Enum.HorizontalAlign.CENTER);
返回
typeof HorizontalAlign
InterpolationPointType
Getter 签名
get InterpolationPointType(): any
Interpolation point types
示例
console.log(univerAPI.Enum.InterpolationPointType.NUMBER);
返回
any
IWatermarkTypeEnum
Getter 签名
get IWatermarkTypeEnum(): any
返回
any
继承自
FWatermarkEnum
.IWatermarkTypeEnum
LifecycleStages
Getter 签名
get LifecycleStages(): any
Represents different stages in the lifecycle
示例
console.log(univerAPI.Enum.LifecycleStages.Rendered);
返回
any
LocaleType
Getter 签名
get LocaleType(): typeof LocaleType
Locale types
示例
console.log(univerAPI.Enum.LocaleType.EN_US);
返回
typeof LocaleType
MentionType
Getter 签名
get MentionType(): any
Mention types
示例
console.log(univerAPI.Enum.MentionType.PERSON);
返回
any
ProtectionType
Getter 签名
get ProtectionType(): any
Protection types
示例
console.log(univerAPI.Enum.ProtectionType.RANGE);
返回
any
RelativeDate
Getter 签名
get RelativeDate(): any
Relative date types
示例
console.log(univerAPI.Enum.RelativeDate.TODAY);
返回
any
SheetTypes
Getter 签名
get SheetTypes(): any
Sheet types
示例
console.log(univerAPI.Enum.SheetTypes.GRID);
返回
any
TextDecoration
Getter 签名
get TextDecoration(): typeof TextDecoration
Different text decoration styles
示例
console.log(univerAPI.Enum.TextDecoration.DOUBLE);
返回
typeof TextDecoration
TextDirection
Getter 签名
get TextDirection(): typeof TextDirection
Different text direction options
示例
console.log(univerAPI.Enum.TextDirection.LEFT_TO_RIGHT);
返回
typeof TextDirection
ThemeColorType
Getter 签名
get ThemeColorType(): typeof ThemeColorType
Theme color types
示例
console.log(univerAPI.Enum.ThemeColorType.ACCENT1);
返回
typeof ThemeColorType
UniverInstanceType
Getter 签名
get UniverInstanceType(): any
Defines different types of Univer instances
示例
console.log(univerAPI.Enum.UniverInstanceType.UNIVER_SHEET);
返回
any
VerticalAlign
Getter 签名
get VerticalAlign(): typeof VerticalAlign
Different vertical text alignment options
示例
console.log(univerAPI.Enum.VerticalAlign.MIDDLE);
返回
typeof VerticalAlign
WrapStrategy
Getter 签名
get WrapStrategy(): typeof WrapStrategy
Different wrap strategy options
示例
console.log(univerAPI.Enum.WrapStrategy.WRAP);
返回
typeof WrapStrategy
方法
get()
static get(): FEnum