mshtml
インタフェース IHTMLRect


public interface IHTMLRect


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 int getBottom()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 void setBottom(int p)
           
 void setLeft(int p)
           
 void setRight(int p)
           
 void setTop(int p)
           
 

フィールドの詳細

iid

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

setLeft

void setLeft(int p)

getLeft

int getLeft()

setTop

void setTop(int p)

getTop

int getTop()

setRight

void setRight(int p)

getRight

int getRight()

setBottom

void setBottom(int p)

getBottom

int getBottom()