mshtml
インタフェース IDisplayServices


public interface IDisplayServices


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 void CreateDisplayPointer(IDisplayPointer[] ppDispPointer)
           
 void GetCaret(IHTMLCaret[] ppCaret)
           
 void GetComputedStyle(IMarkupPointer pPointer, IHTMLComputedStyle[] ppComputedStyle)
           
 void HasFlowLayout(IHTMLElement pIElement, int[] pfHasFlowLayout)
           
 void ScrollRectIntoView(IHTMLElement pIElement, tagRECT rect)
           
 void TransformPoint(tagPOINT pPoint, int eSource, int eDestination, IHTMLElement pIElement)
           
 void TransformRect(tagRECT pRect, int eSource, int eDestination, IHTMLElement pIElement)
           
 

フィールドの詳細

iid

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

CreateDisplayPointer

void CreateDisplayPointer(IDisplayPointer[] ppDispPointer)

TransformRect

void TransformRect(tagRECT pRect,
                   int eSource,
                   int eDestination,
                   IHTMLElement pIElement)

TransformPoint

void TransformPoint(tagPOINT pPoint,
                    int eSource,
                    int eDestination,
                    IHTMLElement pIElement)

GetCaret

void GetCaret(IHTMLCaret[] ppCaret)

GetComputedStyle

void GetComputedStyle(IMarkupPointer pPointer,
                      IHTMLComputedStyle[] ppComputedStyle)

ScrollRectIntoView

void ScrollRectIntoView(IHTMLElement pIElement,
                        tagRECT rect)

HasFlowLayout

void HasFlowLayout(IHTMLElement pIElement,
                   int[] pfHasFlowLayout)