jp.hishidama.win32.mshtml
クラス IHTMLObjectElement

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.IHTMLObjectElement
すべての実装されたインタフェース:
IHTMLControlElement

public class IHTMLObjectElement
extends IHTMLElement
implements IHTMLControlElement

IHTMLObjectElement,IHTMLObjectElement2〜3クラス.

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

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

メソッドの概要
 void blur()
           
 void focus()
          フォーカス設定.
 String getAccessKey()
           
 String getAlign()
           
 String getAlt()
           
 String getAltHtml()
           
 String getArchive()
           
 String getBaseHref()
           
 Variant getBorder()
           
 String getClassid()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 String getCode()
           
 String getCodeBase()
           
 String getCodeType()
           
 String getData()
           
 boolean getDeclare()
           
 IHTMLFormElement getForm()
           
 IHTMLFormElement getForm(boolean addChild)
          推奨されていません。  
 Variant getHeight()
           
 int getHspace()
           
 String getName()
           
 IDispatch getObject()
           
 IDispatch getObject(boolean addChild)
          推奨されていません。  
 int getReadyState()
           
 IDispatch getRecordset()
           
 IDispatch getRecordset(boolean addChild)
          推奨されていません。  
 String getStandby()
           
 int getTabIndex()
           
 String getType()
           
 String getUseMap()
           
 int getVspace()
           
 Variant getWidth()
           
 IDispatch namedRecordset(String dataMember, Variant hierarchy)
           
 IDispatch namedRecordset(String dataMember, Variant hierarchy, boolean addChild)
          推奨されていません。  
 void setAccessKey(String key)
           
 void setAlign(String align)
           
 void setAlt(String alt)
           
 void setAltHtml(String althtml)
           
 void setArchive(String archive)
           
 void setBorder(Variant border)
           
 void setClassid(String classid)
           
 void setCode(String code)
           
 void setCodeBase(String codebase)
           
 void setCodeType(String codetype)
           
 void setData(String data)
           
 void setDeclare(boolean b)
           
 void setHeight(Variant height)
           
 void setHspace(int hspace)
           
 void setName(String name)
           
 void setrefRecordset(IDispatch recordset)
           
 void setStandby(String standby)
           
 void setTabIndex(int index)
           
 void setType(String type)
           
 void setUseMap(String usemap)
           
 void setVspace(int vspace)
           
 void setWidth(Variant width)
           
 
クラス 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
 

メソッドの詳細

getObject

public IDispatch getObject()

getObject

public IDispatch getObject(boolean addChild)
推奨されていません。 

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

setrefRecordset

public void setrefRecordset(IDispatch recordset)

getRecordset

public IDispatch getRecordset()

getRecordset

public IDispatch getRecordset(boolean addChild)
推奨されていません。 

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

setAlign

public void setAlign(String align)

getAlign

public String getAlign()

setName

public void setName(String name)

getName

public String getName()

setCodeBase

public void setCodeBase(String codebase)

getCodeBase

public String getCodeBase()

setCodeType

public void setCodeType(String codetype)

getCodeType

public String getCodeType()

setCode

public void setCode(String code)

getCode

public String getCode()

getBaseHref

public String getBaseHref()

setType

public void setType(String type)

getType

public String getType()

getForm

public IHTMLFormElement getForm()

getForm

public IHTMLFormElement getForm(boolean addChild)
推奨されていません。 

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

setWidth

public void setWidth(Variant width)

getWidth

public Variant getWidth()

setHeight

public void setHeight(Variant height)

getHeight

public Variant getHeight()

getReadyState

public int getReadyState()

setAltHtml

public void setAltHtml(String althtml)

getAltHtml

public String getAltHtml()

setVspace

public void setVspace(int vspace)

getVspace

public int getVspace()

setHspace

public void setHspace(int hspace)

getHspace

public int getHspace()

namedRecordset

public IDispatch namedRecordset(String dataMember,
                                Variant hierarchy)

namedRecordset

public IDispatch namedRecordset(String dataMember,
                                Variant hierarchy,
                                boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), namedRecordset(String, Variant)

setClassid

public void setClassid(String classid)

getClassid

public String getClassid()

setData

public void setData(String data)

getData

public String getData()

setArchive

public void setArchive(String archive)

getArchive

public String getArchive()

setAlt

public void setAlt(String alt)

getAlt

public String getAlt()

setDeclare

public void setDeclare(boolean b)

getDeclare

public boolean getDeclare()

setStandby

public void setStandby(String standby)

getStandby

public String getStandby()

setBorder

public void setBorder(Variant border)

getBorder

public Variant getBorder()

setUseMap

public void setUseMap(String usemap)

getUseMap

public String getUseMap()

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