获取 "table-layout" 的值
String get tableLayout => this._tableLayout;
设置 "table-layout" 的值
set tableLayout(String? value) { _tableLayout = value == null ? '' : value; }