mshtml
インタフェース IHTMLElement3

既知の実装クラスの一覧:
HTMLAnchorElement, HTMLAreaElement, HTMLBaseElement, HTMLBaseFontElement, HTMLBGsound, HTMLBlockElement, HTMLBody, HTMLBRElement, HTMLButtonElement, HTMLCommentElement, HTMLDDElement, HTMLDivElement, HTMLDivPosition, HTMLDListElement, HTMLDTElement, HTMLEmbed, HTMLFieldSetElement, HTMLFontElement, HTMLFormElement, HTMLFrameBase, HTMLFrameElement, HTMLFrameSetSite, HTMLGenericElement, HTMLHeadElement, HTMLHeaderElement, HTMLHRElement, HTMLHtmlElement, HTMLIFrame, HTMLImg, HTMLInputElement, HTMLIsIndexElement, HTMLLabelElement, HTMLLegendElement, HTMLLIElement, HTMLLinkElement, HTMLListElement, HTMLMapElement, HTMLMarqueeElement, HTMLMetaElement, HTMLNextIdElement, HTMLNoShowElement, HTMLObjectElement, HTMLOListElement, HTMLOptionElement, HTMLParaElement, HTMLParamElement, HTMLPhraseElement, HTMLRichtextElement, HTMLScriptElement, HTMLSelectElement, HTMLSpanElement, HTMLSpanFlow, HTMLStyleElement, HTMLTable, HTMLTableCaption, HTMLTableCell, HTMLTableCol, HTMLTableRow, HTMLTableSection, HTMLTextAreaElement, HTMLTextElement, HTMLTitleElement, HTMLUListElement, HTMLUnknownElement, HTMLWndOptionElement, HTMLWndSelectElement

public interface IHTMLElement3


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 boolean dragDrop()
           
 boolean FireEvent(java.lang.String bstrEventName, com.ms.com.Variant pvarEventObject)
           
 boolean getCanHaveHTML()
           
 java.lang.String getContentEditable()
           
 boolean getDisabled()
           
 int getGlyphMode()
           
 boolean getHideFocus()
           
 boolean getInflateBlock()
           
 boolean getIsContentEditable()
           
 boolean getIsDisabled()
           
 boolean getIsMultiLine()
           
 com.ms.com.Variant getOnactivate()
           
 com.ms.com.Variant getOnbeforedeactivate()
           
 com.ms.com.Variant getOncontrolselect()
           
 com.ms.com.Variant getOndeactivate()
           
 com.ms.com.Variant getOnlayoutcomplete()
           
 com.ms.com.Variant getOnmouseenter()
           
 com.ms.com.Variant getOnmouseleave()
           
 com.ms.com.Variant getOnmove()
           
 com.ms.com.Variant getOnmoveend()
           
 com.ms.com.Variant getOnmovestart()
           
 com.ms.com.Variant getOnpage()
           
 com.ms.com.Variant getOnresizeend()
           
 com.ms.com.Variant getOnresizestart()
           
 void mergeAttributes(IHTMLElement mergeThis, com.ms.com.Variant pvarFlags)
           
 void setActive()
           
 void setContentEditable(java.lang.String p)
           
 void setDisabled(boolean p)
           
 void setHideFocus(boolean p)
           
 void setInflateBlock(boolean p)
           
 void setOnactivate(com.ms.com.Variant p)
           
 void setOnbeforedeactivate(com.ms.com.Variant p)
           
 void setOncontrolselect(com.ms.com.Variant p)
           
 void setOndeactivate(com.ms.com.Variant p)
           
 void setOnlayoutcomplete(com.ms.com.Variant p)
           
 void setOnmouseenter(com.ms.com.Variant p)
           
 void setOnmouseleave(com.ms.com.Variant p)
           
 void setOnmove(com.ms.com.Variant p)
           
 void setOnmoveend(com.ms.com.Variant p)
           
 void setOnmovestart(com.ms.com.Variant p)
           
 void setOnpage(com.ms.com.Variant p)
           
 void setOnresizeend(com.ms.com.Variant p)
           
 void setOnresizestart(com.ms.com.Variant p)
           
 

フィールドの詳細

iid

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

mergeAttributes

void mergeAttributes(IHTMLElement mergeThis,
                     com.ms.com.Variant pvarFlags)

getIsMultiLine

boolean getIsMultiLine()

getCanHaveHTML

boolean getCanHaveHTML()

setOnlayoutcomplete

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

getOnlayoutcomplete

com.ms.com.Variant getOnlayoutcomplete()

setOnpage

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

getOnpage

com.ms.com.Variant getOnpage()

setInflateBlock

void setInflateBlock(boolean p)

getInflateBlock

boolean getInflateBlock()

setOnbeforedeactivate

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

getOnbeforedeactivate

com.ms.com.Variant getOnbeforedeactivate()

setActive

void setActive()

setContentEditable

void setContentEditable(java.lang.String p)

getContentEditable

java.lang.String getContentEditable()

getIsContentEditable

boolean getIsContentEditable()

setHideFocus

void setHideFocus(boolean p)

getHideFocus

boolean getHideFocus()

setDisabled

void setDisabled(boolean p)

getDisabled

boolean getDisabled()

getIsDisabled

boolean getIsDisabled()

setOnmove

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

getOnmove

com.ms.com.Variant getOnmove()

setOncontrolselect

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

getOncontrolselect

com.ms.com.Variant getOncontrolselect()

FireEvent

boolean FireEvent(java.lang.String bstrEventName,
                  com.ms.com.Variant pvarEventObject)

setOnresizestart

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

getOnresizestart

com.ms.com.Variant getOnresizestart()

setOnresizeend

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

getOnresizeend

com.ms.com.Variant getOnresizeend()

setOnmovestart

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

getOnmovestart

com.ms.com.Variant getOnmovestart()

setOnmoveend

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

getOnmoveend

com.ms.com.Variant getOnmoveend()

setOnmouseenter

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

getOnmouseenter

com.ms.com.Variant getOnmouseenter()

setOnmouseleave

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

getOnmouseleave

com.ms.com.Variant getOnmouseleave()

setOnactivate

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

getOnactivate

com.ms.com.Variant getOnactivate()

setOndeactivate

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

getOndeactivate

com.ms.com.Variant getOndeactivate()

dragDrop

boolean dragDrop()

getGlyphMode

int getGlyphMode()