getValue() 返回的IEditorData,数据结构能够转换成序列化的html字符串吗? 背景:前端编辑器中编辑文档,受限于后端完成导出word(使用html2word)并替换特殊字符串 What does the proposed API look like? toHtmlHufe921 added the enhancement label Jul 24, 2023 Hufe921 added a commit that referenced this issue...
executeReplaceAll(newWord: string) 方法说明:替换全部; 参数说明: 替换的新值 返回值:void; executeUpdateText(nodeID: string[], key: textType, color?: string) 方法说明:进行文本样式调整; 参数说明: nodeID 元件 ID 集合 key 支持修改的属性:"bold" | "italic" | "underline" | "textcolor" color...