jp.hishidama.win32.mshtml
インタフェース IHTMLTextContainer

既知の実装クラスの一覧:
IHTMLBodyElement, IHTMLButtonElement, IHTMLDivElement, IHTMLTableCaption, IHTMLTableCell, IHTMLTextAreaElement

public interface IHTMLTextContainer

IHTMLTextContainerクラス.

導入されたバージョン:
2007.10.22
作成者:
ひしだま

メソッドの概要
 int getScrollHeight()
           
 int getScrollLeft()
           
 int getScrollTop()
           
 int getScrollWidth()
           
 void setScrollLeft(int x)
           
 void setScrollTop(int y)
           
 

メソッドの詳細

getScrollLeft

int getScrollLeft()

setScrollLeft

void setScrollLeft(int x)

getScrollTop

int getScrollTop()

setScrollTop

void setScrollTop(int y)

getScrollWidth

int getScrollWidth()

getScrollHeight

int getScrollHeight()