Skip to content

本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用 ::: tip 块。

Defined in: plugins/table/table.d.ts:4

Extends

Properties

x?

ts
optional x?: number;

Defined in: plugins/table/table.d.ts:5


y?

ts
optional y?: number;

Defined in: plugins/table/table.d.ts:6


rowsHeight?

ts
optional rowsHeight?: number[];

Defined in: plugins/table/table.d.ts:7


colsWidth?

ts
optional colsWidth?: number[];

Defined in: plugins/table/table.d.ts:8


cells?

ts
optional cells?: any[][];

Defined in: plugins/table/table.d.ts:9


xmm?

ts
optional xmm?: number;

Defined in: plugins/table/table.d.ts:10

Overrides

BaseGraphicElementOptions.xmm


ymm?

ts
optional ymm?: number;

Defined in: plugins/table/table.d.ts:11

Overrides

BaseGraphicElementOptions.ymm


wmm?

ts
optional wmm?: number;

Defined in: types/base-graphic-element.d.ts:8

Inherited from

BaseGraphicElementOptions.wmm


hmm?

ts
optional hmm?: number;

Defined in: types/base-graphic-element.d.ts:9

Inherited from

BaseGraphicElementOptions.hmm


rotation?

ts
optional rotation?: number;

Defined in: types/base-graphic-element.d.ts:10

Inherited from

BaseGraphicElementOptions.rotation


scaleX?

ts
optional scaleX?: number;

Defined in: types/base-graphic-element.d.ts:11

Inherited from

BaseGraphicElementOptions.scaleX


scaleY?

ts
optional scaleY?: number;

Defined in: types/base-graphic-element.d.ts:12

Inherited from

BaseGraphicElementOptions.scaleY


visible?

ts
optional visible?: boolean;

Defined in: types/base-graphic-element.d.ts:13

Inherited from

BaseGraphicElementOptions.visible


locked?

ts
optional locked?: boolean;

Defined in: types/base-graphic-element.d.ts:14

Inherited from

BaseGraphicElementOptions.locked


draggable?

ts
optional draggable?: boolean;

Defined in: types/base-graphic-element.d.ts:15

Inherited from

BaseGraphicElementOptions.draggable


transferable?

ts
optional transferable?: boolean;

Defined in: types/base-graphic-element.d.ts:16

Inherited from

BaseGraphicElementOptions.transferable

基于 MIT 许可发布