mshtml
インタフェース IHTMLEditServices2

すべてのスーパーインタフェース:
IHTMLEditServices

public interface IHTMLEditServices2
extends IHTMLEditServices


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 void AddDesigner(IHTMLEditDesigner pIDesigner)
           
 void FreezeVirtualCaretPos(int fReCompute)
           
 void GetSelectionServices(IMarkupContainer pIContainer, ISelectionServices[] ppSelSvc)
           
 void MoveToSelectionAnchor(IMarkupPointer pIStartAnchor)
           
 void MoveToSelectionAnchorEx(IDisplayPointer pIStartAnchor)
           
 void MoveToSelectionEnd(IMarkupPointer pIEndAnchor)
           
 void MoveToSelectionEndEx(IDisplayPointer pIEndAnchor)
           
 void RemoveDesigner(IHTMLEditDesigner pIDesigner)
           
 void SelectRange(IMarkupPointer pStart, IMarkupPointer pEnd, int eType)
           
 void UnFreezeVirtualCaretPos(int fReset)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

AddDesigner

void AddDesigner(IHTMLEditDesigner pIDesigner)
定義:
インタフェース IHTMLEditServices 内の AddDesigner

RemoveDesigner

void RemoveDesigner(IHTMLEditDesigner pIDesigner)
定義:
インタフェース IHTMLEditServices 内の RemoveDesigner

GetSelectionServices

void GetSelectionServices(IMarkupContainer pIContainer,
                          ISelectionServices[] ppSelSvc)
定義:
インタフェース IHTMLEditServices 内の GetSelectionServices

MoveToSelectionAnchor

void MoveToSelectionAnchor(IMarkupPointer pIStartAnchor)
定義:
インタフェース IHTMLEditServices 内の MoveToSelectionAnchor

MoveToSelectionEnd

void MoveToSelectionEnd(IMarkupPointer pIEndAnchor)
定義:
インタフェース IHTMLEditServices 内の MoveToSelectionEnd

SelectRange

void SelectRange(IMarkupPointer pStart,
                 IMarkupPointer pEnd,
                 int eType)
定義:
インタフェース IHTMLEditServices 内の SelectRange

MoveToSelectionAnchorEx

void MoveToSelectionAnchorEx(IDisplayPointer pIStartAnchor)

MoveToSelectionEndEx

void MoveToSelectionEndEx(IDisplayPointer pIEndAnchor)

FreezeVirtualCaretPos

void FreezeVirtualCaretPos(int fReCompute)

UnFreezeVirtualCaretPos

void UnFreezeVirtualCaretPos(int fReset)