jp.hishidama.win32.mshtml
クラス IHTMLTable

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

public class IHTMLTable
extends IHTMLElement
implements IHTMLControlElement

IHTMLTable,IHTMLTable2〜3クラス.

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

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

メソッドの概要
 void blur()
           
 IHTMLTableCaption createCaption()
           
 IHTMLTableCaption createCaption(boolean addChild)
          推奨されていません。  
 IDispatch createTFoot()
           
 IDispatch createTFoot(boolean addChild)
          推奨されていません。  
 IDispatch createTHead()
           
 IDispatch createTHead(boolean addChild)
          推奨されていません。  
 void deleteCaption()
           
 void deleteRow(int index)
           
 void deleteTFoot()
           
 void deleteTHead()
           
 void firstPage()
           
 void focus()
          フォーカス設定.
 String getAccessKey()
           
 String getAlign()
           
 String getBackground()
           
 Variant getBgColor()
           
 Variant getBorder()
           
 Variant getBorderColor()
           
 Variant getBorderColorDark()
           
 Variant getBorderColorLight()
           
 IHTMLTableCaption getCaption()
           
 IHTMLTableCaption getCaption(boolean addChild)
          推奨されていません。  
 Variant getCellPadding()
           
 IHTMLElementCollection getCells()
           
 IHTMLElementCollection getCells(boolean addChild)
          推奨されていません。  
 Variant getCellSpacing()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 int getCols()
           
 int getDataPageSize()
           
 String getFrame()
           
 Variant getHeight()
           
 String getReadyState()
           
 IHTMLElementCollection getRows()
           
 IHTMLElementCollection getRows(boolean addChild)
          推奨されていません。  
 String getRules()
           
 String getSummary()
           
 int getTabIndex()
           
 IHTMLElementCollection getTBodies()
           
 IHTMLElementCollection getTBodies(boolean addChild)
          推奨されていません。  
 IHTMLTableSection getTFoot()
           
 IHTMLTableSection getTFoot(boolean addChild)
          推奨されていません。  
 IHTMLTableSection getTHead()
           
 IHTMLTableSection getTHead(boolean addChild)
          推奨されていません。  
 Variant getWidth()
           
 IDispatch insertRow(int index)
           
 IDispatch insertRow(int index, boolean addChild)
          推奨されていません。  
 void lastPage()
           
 IDispatch moveRow(int indexFrom, int indexTo)
           
 IDispatch moveRow(int indexFrom, int indexTo, boolean addChild)
          推奨されていません。  
 void nextPage()
           
 void previousPage()
           
 void refresh()
           
 void setAccessKey(String key)
           
 void setAlign(String align)
           
 void setBackground(String bg)
           
 void setBgColor(Variant color)
           
 void setBorder(Variant border)
           
 void setBorderColor(Variant color)
           
 void setBorderColorDark(Variant color)
           
 void setBorderColorLight(Variant color)
           
 void setCellPadding(Variant pad)
           
 void setCellSpacing(Variant space)
           
 void setCols(int cols)
           
 void setDataPageSize(int size)
           
 void setFrame(String frame)
           
 void setHeight(Variant height)
           
 void setRules(String rule)
           
 void setSummary(String summary)
           
 void setTabIndex(int index)
           
 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
 

メソッドの詳細

setCols

public void setCols(int cols)

getCols

public int getCols()

setBorder

public void setBorder(Variant border)

getBorder

public Variant getBorder()

setFrame

public void setFrame(String frame)

getFrame

public String getFrame()

setRules

public void setRules(String rule)

getRules

public String getRules()

setCellSpacing

public void setCellSpacing(Variant space)

getCellSpacing

public Variant getCellSpacing()

setCellPadding

public void setCellPadding(Variant pad)

getCellPadding

public Variant getCellPadding()

setBackground

public void setBackground(String bg)

getBackground

public String getBackground()

setBgColor

public void setBgColor(Variant color)

getBgColor

public Variant getBgColor()

setBorderColor

public void setBorderColor(Variant color)

getBorderColor

public Variant getBorderColor()

setBorderColorLight

public void setBorderColorLight(Variant color)

getBorderColorLight

public Variant getBorderColorLight()

setBorderColorDark

public void setBorderColorDark(Variant color)

getBorderColorDark

public Variant getBorderColorDark()

setAlign

public void setAlign(String align)

getAlign

public String getAlign()

refresh

public void refresh()

getRows

public IHTMLElementCollection getRows()

getRows

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

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

setWidth

public void setWidth(Variant width)

getWidth

public Variant getWidth()

setHeight

public void setHeight(Variant height)

getHeight

public Variant getHeight()

setDataPageSize

public void setDataPageSize(int size)

getDataPageSize

public int getDataPageSize()

nextPage

public void nextPage()

previousPage

public void previousPage()

getTHead

public IHTMLTableSection getTHead()

getTHead

public IHTMLTableSection getTHead(boolean addChild)
推奨されていません。 

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

getTFoot

public IHTMLTableSection getTFoot()

getTFoot

public IHTMLTableSection getTFoot(boolean addChild)
推奨されていません。 

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

getTBodies

public IHTMLElementCollection getTBodies()

getTBodies

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

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

getCaption

public IHTMLTableCaption getCaption()

getCaption

public IHTMLTableCaption getCaption(boolean addChild)
推奨されていません。 

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

createTHead

public IDispatch createTHead()

createTHead

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

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

deleteTHead

public void deleteTHead()

createTFoot

public IDispatch createTFoot()

createTFoot

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

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

deleteTFoot

public void deleteTFoot()

createCaption

public IHTMLTableCaption createCaption()

createCaption

public IHTMLTableCaption createCaption(boolean addChild)
推奨されていません。 

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

deleteCaption

public void deleteCaption()

insertRow

public IDispatch insertRow(int index)

insertRow

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

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

deleteRow

public void deleteRow(int index)

getReadyState

public String getReadyState()

firstPage

public void firstPage()

lastPage

public void lastPage()

getCells

public IHTMLElementCollection getCells()

getCells

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

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

moveRow

public IDispatch moveRow(int indexFrom,
                         int indexTo)

moveRow

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

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

setSummary

public void setSummary(String summary)

getSummary

public String getSummary()

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