FShapeEnum

GitHubEdit on GitHub
packages@univerjs-pro/sheets-shape-ui

Shape-related enums exposed from univerAPI.Enum.

APIs

ShapeTypeEnum

Represents supported shape types (basic shapes, arrows, flowchart shapes, callouts, symbols, connector lines, etc.).

Signature

get ShapeTypeEnum(): typeof ShapeTypeEnum

ShapeFillEnum

Represents shape fill type. Common values include NoFill, SolidFil, and GradientFill.

Signature

get ShapeFillEnum(): typeof ShapeFillEnum

ShapeGradientTypeEnum

Represents gradient fill type, e.g. linear/radial.

Signature

get ShapeGradientTypeEnum(): typeof ShapeGradientTypeEnum

ShapeLineTypeEnum

Represents stroke line type, e.g. no line / solid line / gradient line.

Signature

get ShapeLineTypeEnum(): typeof ShapeLineTypeEnum

ShapeLineDashEnum

Represents stroke dash pattern, e.g. solid, dash, dash-dot, long-dash.

Signature

get ShapeLineDashEnum(): typeof ShapeLineDashEnum

ShapeLineCapEnum

Represents stroke cap style, e.g. flat, round, square.

Signature

get ShapeLineCapEnum(): typeof ShapeLineCapEnum

ShapeLineJoinEnum

Represents stroke join style, e.g. miter, round, bevel.

Signature

get ShapeLineJoinEnum(): typeof ShapeLineJoinEnum

ShapeArrowTypeEnum

Represents connector arrow type, e.g. Arrow, OpenArrow, StealthArrow, DiamondArrow.

Signature

get ShapeArrowTypeEnum(): typeof ShapeArrowTypeEnum

ShapeArrowSizeEnum

Represents connector arrow size, e.g. Small, Medium, Large.

Signature

get ShapeArrowSizeEnum(): typeof ShapeArrowSizeEnum