FShapeEnum
| 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 ShapeTypeEnumShapeFillEnum
Represents shape fill type. Common values include NoFill, SolidFil, and GradientFill.
Signature
get ShapeFillEnum(): typeof ShapeFillEnumShapeGradientTypeEnum
Represents gradient fill type, e.g. linear/radial.
Signature
get ShapeGradientTypeEnum(): typeof ShapeGradientTypeEnumShapeLineTypeEnum
Represents stroke line type, e.g. no line / solid line / gradient line.
Signature
get ShapeLineTypeEnum(): typeof ShapeLineTypeEnumShapeLineDashEnum
Represents stroke dash pattern, e.g. solid, dash, dash-dot, long-dash.
Signature
get ShapeLineDashEnum(): typeof ShapeLineDashEnumShapeLineCapEnum
Represents stroke cap style, e.g. flat, round, square.
Signature
get ShapeLineCapEnum(): typeof ShapeLineCapEnumShapeLineJoinEnum
Represents stroke join style, e.g. miter, round, bevel.
Signature
get ShapeLineJoinEnum(): typeof ShapeLineJoinEnumShapeArrowTypeEnum
Represents connector arrow type, e.g. Arrow, OpenArrow, StealthArrow, DiamondArrow.
Signature
get ShapeArrowTypeEnum(): typeof ShapeArrowTypeEnumShapeArrowSizeEnum
Represents connector arrow size, e.g. Small, Medium, Large.
Signature
get ShapeArrowSizeEnum(): typeof ShapeArrowSizeEnum