jp.hishidama.win32.mshtml
クラス IHTMLTableSection

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

public class IHTMLTableSection
extends IHTMLElement

IHTMLTableSection,IHTMLTableSection2〜3クラス.

tableのthead,tfoot,tbodyタグを扱うクラスです。

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

メソッドの概要
 void deleteRow(int index)
           
 String getAlign()
           
 Variant getBgColor()
           
 String getCh()
           
 String getChOff()
           
 IHTMLElementCollection getRows()
           
 IHTMLElementCollection getRows(boolean addChild)
          推奨されていません。  
 String getVAlign()
           
 IDispatch insertRow(int index)
           
 IDispatch insertRow(int index, boolean addChild)
          推奨されていません。  
 IDispatch moveRow(int indexFrom, int indexTo)
           
 IDispatch moveRow(int indexFrom, int indexTo, boolean addChild)
          推奨されていません。  
 void setAlign(String align)
           
 void setBgColor(Variant color)
           
 void setCh(String ch)
           
 void setChOff(String off)
           
 void setVAlign(String valign)
           
 
クラス 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()

setVAlign

public void setVAlign(String valign)

getVAlign

public String getVAlign()

setBgColor

public void setBgColor(Variant color)

getBgColor

public Variant getBgColor()

getRows

public IHTMLElementCollection getRows()

getRows

public IHTMLElementCollection getRows(boolean addChild)
推奨されていません。 

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

insertRow

public IDispatch insertRow(int index)

insertRow

public IDispatch insertRow(int index,
                           boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), insertRow(int)

deleteRow

public void deleteRow(int index)

moveRow

public IDispatch moveRow(int indexFrom,
                         int indexTo)

moveRow

public IDispatch moveRow(int indexFrom,
                         int indexTo,
                         boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), moveRow(int, int)

setCh

public void setCh(String ch)

getCh

public String getCh()

setChOff

public void setChOff(String off)

getChOff

public String getChOff()