mshtml
インタフェース IHTMLTextContainer

既知の実装クラスの一覧:
HTMLBody, HTMLButtonElement, HTMLDivElement, HTMLDivPosition, HTMLFieldSetElement, HTMLLegendElement, HTMLMarqueeElement, HTMLRichtextElement, HTMLSpanFlow, HTMLTableCaption, HTMLTableCell, HTMLTextAreaElement

public interface IHTMLTextContainer


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 java.lang.Object createControlRange()
           
 com.ms.com.Variant getOnscroll()
           
 int getScrollHeight()
           
 int getScrollLeft()
           
 int getScrollTop()
           
 int getScrollWidth()
           
 void setOnscroll(com.ms.com.Variant p)
           
 void setScrollLeft(int p)
           
 void setScrollTop(int p)
           
 

フィールドの詳細

iid

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

createControlRange

java.lang.Object createControlRange()

getScrollHeight

int getScrollHeight()

getScrollWidth

int getScrollWidth()

setScrollTop

void setScrollTop(int p)

getScrollTop

int getScrollTop()

setScrollLeft

void setScrollLeft(int p)

getScrollLeft

int getScrollLeft()

setOnscroll

void setOnscroll(com.ms.com.Variant p)

getOnscroll

com.ms.com.Variant getOnscroll()