jp.hishidama.win32.mshtml
クラス IHTMLBodyElement

java.lang.Object
  上位を拡張 jp.hishidama.win32.com.ComPtr
      上位を拡張 jp.hishidama.win32.com.IUnknown
          上位を拡張 jp.hishidama.win32.com.IDispatch
              上位を拡張 jp.hishidama.win32.mshtml.IHTMLElement
                  上位を拡張 jp.hishidama.win32.mshtml.IHTMLBodyElement
すべての実装されたインタフェース:
IHTMLControlElement, IHTMLTextContainer

public class IHTMLBodyElement
extends IHTMLElement
implements IHTMLControlElement, IHTMLTextContainer

IHTMLBodyElementクラス.

bodyタグを扱うクラスです。

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

メソッドの概要
 void blur()
           
 IHTMLTxtRange createTextRange()
           
 IHTMLTxtRange createTextRange(boolean addChild)
          推奨されていません。  
 void focus()
          フォーカス設定.
 String getAccessKey()
           
 Variant getALink()
           
 String getBackground()
           
 Variant getBgColor()
           
 String getBgProperties()
           
 Variant getBottomMargin()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 Variant getLeftMargin()
           
 Variant getLink()
           
 boolean getNoWrap()
           
 Variant getRightMargin()
           
 String getScroll()
           
 int getTabIndex()
           
 String getText()
           
 Variant getTopMargin()
           
 Variant getVLink()
           
 void setAccessKey(String key)
           
 void setALink(Variant alink)
           
 void setBackground(String bg)
           
 void setBgColor(Variant color)
           
 void setBgProperties(String properties)
           
 void setBottomMargin(Variant margin)
           
 void setLeftMargin(Variant margin)
           
 void setLink(Variant link)
           
 void setNoWrap(boolean b)
           
 void setRightMargin(Variant margin)
           
 void setScroll(String scroll)
           
 void setTabIndex(int index)
           
 void setText(String text)
           
 void setTopMargin(Variant margin)
           
 void setVLink(Variant vlink)
           
 
クラス jp.hishidama.win32.mshtml.IHTMLElement から継承されたメソッド
canHaveHTML, click, dragDrop, getAll, getAll, getAttribute, getAttributeString, getChildren, getChildren, getClassName, getContentEditable, getDir, getDisabled, getDocument, getDocument, getElementsByTagName, getElementsByTagName, getGlyphMode, getHideFocus, getId, getInflateBlock, getInnerHtml, getInnerText, getLang, getLanguage, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getParentElement, getParentElement, getParentTextEdit, getParentTextEdit, getScopeName, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, getTagUrn, getTitle, isContentEditable, isDisabled, isMultiLine, isTextEdit, normalize, removeAttribute, setActive, setAttribute, setClassName, setContentEditable, setDir, setDisabled, setHideFocus, setId, setInflateBlock, setInnerHtml, setInnerText, setLang, setLanguage, setOuterHtml, setOuterText, setScrollLeft, setScrollTop, setTagUrn, setTitle
 
クラス jp.hishidama.win32.com.IDispatch から継承されたメソッド
getIDOfName, getTypeInfo, getTypeInfo, getTypeInfoCount, getTypeName
 
クラス jp.hishidama.win32.com.ComPtr から継承されたメソッド
dispose, dispose, dispose, dispose, dispose, dispose, dispose, disposeChild
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.hishidama.win32.mshtml.IHTMLTextContainer から継承されたメソッド
getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, setScrollLeft, setScrollTop
 

メソッドの詳細

setBackground

public void setBackground(String bg)

getBackground

public String getBackground()

setBgProperties

public void setBgProperties(String properties)

getBgProperties

public String getBgProperties()

setLeftMargin

public void setLeftMargin(Variant margin)

getLeftMargin

public Variant getLeftMargin()

setTopMargin

public void setTopMargin(Variant margin)

getTopMargin

public Variant getTopMargin()

setRightMargin

public void setRightMargin(Variant margin)

getRightMargin

public Variant getRightMargin()

setBottomMargin

public void setBottomMargin(Variant margin)

getBottomMargin

public Variant getBottomMargin()

setNoWrap

public void setNoWrap(boolean b)

getNoWrap

public boolean getNoWrap()

setBgColor

public void setBgColor(Variant color)

getBgColor

public Variant getBgColor()

setText

public void setText(String text)

getText

public String getText()

setLink

public void setLink(Variant link)

getLink

public Variant getLink()

setVLink

public void setVLink(Variant vlink)

getVLink

public Variant getVLink()

setALink

public void setALink(Variant alink)

getALink

public Variant getALink()

setScroll

public void setScroll(String scroll)

getScroll

public String getScroll()

createTextRange

public IHTMLTxtRange createTextRange()

createTextRange

public IHTMLTxtRange createTextRange(boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), createTextRange()

setTabIndex

public void setTabIndex(int index)
定義:
インタフェース IHTMLControlElement 内の setTabIndex

getTabIndex

public int getTabIndex()
定義:
インタフェース IHTMLControlElement 内の getTabIndex

setAccessKey

public void setAccessKey(String key)
定義:
インタフェース IHTMLControlElement 内の setAccessKey

getAccessKey

public String getAccessKey()
定義:
インタフェース IHTMLControlElement 内の getAccessKey

focus

public void focus()
クラス IHTMLElement の記述:
フォーカス設定.

定義:
インタフェース IHTMLControlElement 内の focus
オーバーライド:
クラス IHTMLElement 内の focus

blur

public void blur()
定義:
インタフェース IHTMLControlElement 内の blur

getClientHeight

public int getClientHeight()
クラス IHTMLElement の記述:
高さ取得.

定義:
インタフェース IHTMLControlElement 内の getClientHeight
オーバーライド:
クラス IHTMLElement 内の getClientHeight
戻り値:
高さ

getClientWidth

public int getClientWidth()
クラス IHTMLElement の記述:
幅取得.

定義:
インタフェース IHTMLControlElement 内の getClientWidth
オーバーライド:
クラス IHTMLElement 内の getClientWidth
戻り値:

getClientTop

public int getClientTop()
クラス IHTMLElement の記述:
Y座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientTop
オーバーライド:
クラス IHTMLElement 内の getClientTop
戻り値:
Y

getClientLeft

public int getClientLeft()
クラス IHTMLElement の記述:
X座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientLeft
オーバーライド:
クラス IHTMLElement 内の getClientLeft
戻り値:
X