Skip to content

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

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

Properties

x

ts
x: number;

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


y

ts
y: number;

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


width

ts
width: number;

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


height

ts
height: number;

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


fill

ts
fill: string;

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


text

ts
text: string;

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


borderUp

ts
borderUp: boolean;

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


borderLeft

ts
borderLeft: boolean;

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


mergeUp

ts
mergeUp: boolean;

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


mergeLeft

ts
mergeLeft: boolean;

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


fontSize

ts
fontSize: number;

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


align

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

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


verticalAlign

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

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


fontStyle?

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

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


visible

ts
visible: boolean;

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

基于 MIT 许可发布