码迷,mamicode.com
首页 > Web开发 > 详细

HTMLEditor类常用方法说明

时间:2014-10-30 14:49:03      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   sp   div   log   html   bs   

  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();
                }    

     

HTMLEditor类常用方法说明

标签:des   style   blog   color   sp   div   log   html   bs   

原文地址:http://www.cnblogs.com/liaotongquan/p/4062365.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!