jp.hishidama.win32.mshtml
クラス IHTMLMarqueeElement

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

public class IHTMLMarqueeElement
extends IHTMLElement
implements IHTMLControlElement

IHTMLMarqueeElementクラス.

marqueeタグ(IE独自のタグ)を扱うクラスです。

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

メソッドの概要
 void blur()
           
 void focus()
          フォーカス設定.
 String getAccessKey()
           
 String getBehavior()
           
 Variant getBgColor()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 String getDirection()
           
 Variant getHeight()
           
 int getHspace()
           
 int getLoop()
           
 int getScrollAmount()
           
 int getScrollDelay()
           
 int getTabIndex()
           
 boolean getTrueSpeed()
           
 int getVspace()
           
 Variant getWidth()
           
 void setAccessKey(String key)
           
 void setBehavior(String behavior)
           
 void setBgColor(Variant color)
           
 void setDirection(String direction)
           
 void setHeight(Variant height)
           
 void setHspace(int hspace)
           
 void setLoop(int loop)
           
 void setScrollAmount(int scrollamount)
           
 void setScrollDelay(int delay)
           
 void setTabIndex(int index)
           
 void setTrueSpeed(boolean b)
           
 void setVspace(int vspace)
           
 void setWidth(Variant width)
           
 void start()
           
 void stop()
           
 
クラス 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
 

メソッドの詳細

setBgColor

public void setBgColor(Variant color)

getBgColor

public Variant getBgColor()

setScrollDelay

public void setScrollDelay(int delay)

getScrollDelay

public int getScrollDelay()

setDirection

public void setDirection(String direction)

getDirection

public String getDirection()

setBehavior

public void setBehavior(String behavior)

getBehavior

public String getBehavior()

setScrollAmount

public void setScrollAmount(int scrollamount)

getScrollAmount

public int getScrollAmount()

setLoop

public void setLoop(int loop)

getLoop

public int getLoop()

setVspace

public void setVspace(int vspace)

getVspace

public int getVspace()

setHspace

public void setHspace(int hspace)

getHspace

public int getHspace()

setWidth

public void setWidth(Variant width)

getWidth

public Variant getWidth()

setHeight

public void setHeight(Variant height)

getHeight

public Variant getHeight()

setTrueSpeed

public void setTrueSpeed(boolean b)

getTrueSpeed

public boolean getTrueSpeed()

start

public void start()

stop

public void stop()

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