HTMLEditor类经常使用方法说明

  1. Copy() 复制
  2. Cut() 剪切
  3. Paste() 粘贴
  4. Redo() 重作
  5. Undo() 撤销
  6. Focus() 聚焦
  7. CanCopy() 是否可进行复制
  8. CanCut() 是否可剪切
  9. CanPaste() 是否可粘贴
  10. CanRedo() 是否可重作
  11. CanUndo() 是否可撤销
  12. IsJustifyLeft() 当前是否左对齐
  13. IsJustifyRight()当前是否右对齐
  14. IsJustifyCenter()当前是否居中对齐
  15. LoadDocument() 加载HTML文档
  16. InitMshtml() 初始化HTML容器
               while (!this.htmlDesignEditor.IsCreated)
                {
                    this.htmlDesignEditor.InitMshtml();
                }    
相关文章
相关标签/搜索