设置删除线
TextStyle enableStrikethrough(bool enable) { textFormat.enStrikethrough = enable; return this; }