jp.hishidama.win32.mshtml
クラス IHTMLHRElement

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.IHTMLHRElement

public class IHTMLHRElement
extends IHTMLElement

IHTMLHRElementクラス.

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

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

メソッドの概要
 String getAlign()
           
 Variant getColor()
           
 boolean getNoShade()
           
 Variant getSize()
           
 Variant getWidth()
           
 void setAlign(String align)
           
 void setColor(Variant color)
           
 void setNoShade(boolean b)
           
 void setSize(Variant size)
           
 void setWidth(Variant width)
           
 
クラス jp.hishidama.win32.mshtml.IHTMLElement から継承されたメソッド
canHaveHTML, click, dragDrop, focus, getAll, getAll, getAttribute, getAttributeString, getChildren, getChildren, getClassName, getClientHeight, getClientLeft, getClientTop, getClientWidth, 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
 

メソッドの詳細

setAlign

public void setAlign(String align)

getAlign

public String getAlign()

setColor

public void setColor(Variant color)

getColor

public Variant getColor()

setNoShade

public void setNoShade(boolean b)

getNoShade

public boolean getNoShade()

setWidth

public void setWidth(Variant width)

getWidth

public Variant getWidth()

setSize

public void setSize(Variant size)

getSize

public Variant getSize()