Skip to content

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

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

Extends

Properties

x?

ts
optional x?: number;

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


y?

ts
optional y?: number;

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


text?

ts
optional text?: string;

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


fontSize?

ts
optional fontSize?: number;

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


align?

ts
optional align?: "left" | "right" | "center" | "justify";

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


verticalAlign?

ts
optional verticalAlign?: "top" | "bottom" | "middle";

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


fontStyle?

ts
optional fontStyle?: "normal" | "italic" | "bold" | "500" | "italic bold";

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


xmm?

ts
optional xmm?: number;

Defined in: plugins/text/text.d.ts:12

Overrides

BaseGraphicElementOptions.xmm


ymm?

ts
optional ymm?: number;

Defined in: plugins/text/text.d.ts:13

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 许可发布