@univerjs/sheets-drawing v0.5.4


Enumeration: SheetDrawingAnchorType

Defined in: submodules/univer/packages/sheets-drawing/src/services/sheet-drawing.service.ts:22

Enumeration Members

Enumeration MemberValueDescriptionDefined in
Both"1"The size and position of the drawing follow the cell changes. When rows or columns are inserted or deleted, the size and position of the drawing change accordingly.submodules/univer/packages/sheets-drawing/src/services/sheet-drawing.service.ts:31
None"2"The size and position of the drawing do not follow the cell changes. When rows or columns are inserted or deleted, the position and size of the drawing remain unchanged.submodules/univer/packages/sheets-drawing/src/services/sheet-drawing.service.ts:36
Position"0"Only the position of the drawing follows the cell changes. When rows or columns are inserted or deleted, the position of the drawing changes, but the size remains the same.submodules/univer/packages/sheets-drawing/src/services/sheet-drawing.service.ts:26