@univerjs/sheets-drawing-ui v0.5.4
Class: FDrawingEnumMixin
Defined in: sheets-drawing-ui/src/facade/f-enum.ts:31
Extends
Implements
Constructors
new FDrawingEnumMixin()
new FDrawingEnumMixin(): FDrawingEnumMixin
Defined in: core/src/facade/f-enum.ts:56
Returns
Inherited from
Properties
Property | Modifier | Type | Inherited from | Defined in |
---|---|---|---|---|
_instance | static | null | FEnum | FEnum ._instance | core/src/facade/f-enum.ts:28 |
Accessors
BaselineOffset
Get Signature
get BaselineOffset(): typeof BaselineOffset
Defined in: core/src/facade/f-enum.ts:122
Different baseline offsets for text baseline positioning
Returns
typeof BaselineOffset
Inherited from
BooleanNumber
Get Signature
get BooleanNumber(): typeof BooleanNumber
Defined in: core/src/facade/f-enum.ts:129
Boolean number representations
Returns
typeof BooleanNumber
Inherited from
CommandType
Get Signature
get CommandType(): typeof CommandType
Defined in: core/src/facade/f-enum.ts:115
Different types of commands
Returns
typeof CommandType
Inherited from
DataValidationErrorStyle
Get Signature
get DataValidationErrorStyle(): typeof DataValidationErrorStyle
Defined in: core/src/facade/f-enum.ts:87
Different error display styles
Returns
typeof DataValidationErrorStyle
Inherited from
FEnum
.DataValidationErrorStyle
DataValidationOperator
Get Signature
get DataValidationOperator(): typeof DataValidationOperator
Defined in: core/src/facade/f-enum.ts:101
Different validation operators
Returns
typeof DataValidationOperator
Inherited from
DataValidationRenderMode
Get Signature
get DataValidationRenderMode(): typeof DataValidationRenderMode
Defined in: core/src/facade/f-enum.ts:94
Different validation rendering modes
Returns
typeof DataValidationRenderMode
Inherited from
FEnum
.DataValidationRenderMode
DataValidationStatus
Get Signature
get DataValidationStatus(): typeof DataValidationStatus
Defined in: core/src/facade/f-enum.ts:108
Different validation states
Returns
typeof DataValidationStatus
Inherited from
DataValidationType
Get Signature
get DataValidationType(): typeof DataValidationType
Defined in: core/src/facade/f-enum.ts:80
Different types of data validation
Returns
typeof DataValidationType
Inherited from
DrawingType
Get Signature
get DrawingType(): typeof DrawingTypeEnum
Defined in: sheets-drawing-ui/src/facade/f-enum.ts:32
Please refer to DrawingTypeEnum.
Returns
typeof DrawingTypeEnum
Please refer to DrawingTypeEnum.
Implementation of
IFDrawingEnumMixin
.DrawingType
Overrides
FEnum.DrawingType
HorizontalAlign
Get Signature
get HorizontalAlign(): typeof HorizontalAlign
Defined in: core/src/facade/f-enum.ts:136
Different horizontal text alignment options
Returns
typeof HorizontalAlign
Inherited from
ImageSourceType
Get Signature
get ImageSourceType(): Omit<typeof ImageSourceType, "UUID">
Defined in: sheets-drawing-ui/src/facade/f-enum.ts:34
Please refer to ImageSourceType.
Returns
Omit
<typeof ImageSourceType
, "UUID"
>
Please refer to ImageSourceType.
Implementation of
IFDrawingEnumMixin
.ImageSourceType
Overrides
FEnum.ImageSourceType
LifecycleStages
Get Signature
get LifecycleStages(): typeof LifecycleStages
Defined in: core/src/facade/f-enum.ts:73
Represents different stages in the lifecycle
Returns
typeof LifecycleStages
Inherited from
SheetDrawingAnchorType
Get Signature
get SheetDrawingAnchorType(): typeof SheetDrawingAnchorType
Defined in: sheets-drawing-ui/src/facade/f-enum.ts:36
Please refer to SheetDrawingAnchorType.
Returns
typeof SheetDrawingAnchorType
Please refer to SheetDrawingAnchorType.
Implementation of
IFDrawingEnumMixin
.SheetDrawingAnchorType
Overrides
FEnum.SheetDrawingAnchorType
TextDecoration
Get Signature
get TextDecoration(): typeof TextDecoration
Defined in: core/src/facade/f-enum.ts:143
Different text decoration styles
Returns
typeof TextDecoration
Inherited from
TextDirection
Get Signature
get TextDirection(): typeof TextDirection
Defined in: core/src/facade/f-enum.ts:150
Different text direction options
Returns
typeof TextDirection
Inherited from
UniverInstanceType
Get Signature
get UniverInstanceType(): typeof UniverInstanceType
Defined in: core/src/facade/f-enum.ts:66
Defines different types of Univer instances
Returns
typeof UniverInstanceType
Inherited from
VerticalAlign
Get Signature
get VerticalAlign(): typeof VerticalAlign
Defined in: core/src/facade/f-enum.ts:157
Different vertical text alignment options
Returns
typeof VerticalAlign
Inherited from
Methods
extend()
static extend(source): void
Defined in: core/src/facade/f-enum.ts:40
Parameters
Parameter | Type |
---|---|
source | any |
Returns
void
Inherited from
get()
static get(): FEnum
Defined in: core/src/facade/f-enum.ts:30