jp.hishidama.win32.mshtml
クラス IHTMLTableCell

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

public class IHTMLTableCell
extends IHTMLElement
implements IHTMLControlElement, IHTMLTextContainer

IHTMLTableCell,IHTMLTableCell2クラス.

tableのth,tdタグを扱うクラスです。

導入されたバージョン:
2007.11.04
作成者:
ひしだま
関連項目:
IHTMLTable.getCells(boolean), IHTMLTableRow.getCells(boolean)

メソッドの概要
 void blur()
           
 void focus()
          フォーカス設定.
 String getAbbr()
           
 String getAccessKey()
           
 String getAlign()
           
 String getAxis()
           
 String getBackground()
           
 Variant getBgColor()
           
 Variant getBorderColor()
           
 Variant getBorderColorDark()
           
 Variant getBorderColorLight()
           
 int getCellIndex()
           
 String getCh()
           
 String getChOff()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 int getColSpan()
           
 String getHeaders()
           
 Variant getHeight()
           
 boolean getNoWrap()
           
 int getRowSpan()
           
 String getScope()
           
 int getTabIndex()
           
 String getVAlign()
           
 Variant getWidth()
           
 void setAbbr(String addr)
           
 void setAccessKey(String key)
           
 void setAlign(String align)
           
 void setAxis(String axis)
           
 void setBackground(String bg)
           
 void setBgColor(Variant color)
           
 void setBorderColor(Variant color)
           
 void setBorderColorDark(Variant color)
           
 void setBorderColorLight(Variant color)
           
 void setCh(String ch)
           
 void setChOff(String off)
           
 void setColSpan(int span)
           
 void setHeaders(String head)
           
 void setHeight(Variant height)
           
 void setNoWrap(boolean b)
           
 void setRowSpan(int span)
           
 void setScope(String scope)
           
 void setTabIndex(int index)
           
 void setVAlign(String valign)
           
 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
 
インタフェース jp.hishidama.win32.mshtml.IHTMLTextContainer から継承されたメソッド
getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, setScrollLeft, setScrollTop
 

メソッドの詳細

setRowSpan

public void setRowSpan(int span)

getRowSpan

public int getRowSpan()

setColSpan

public void setColSpan(int span)

getColSpan

public int getColSpan()

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()

setNoWrap

public void setNoWrap(boolean b)

getNoWrap

public boolean getNoWrap()

setBackground

public void setBackground(String bg)

getBackground

public String getBackground()

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()

setWidth

public void setWidth(Variant width)

getWidth

public Variant getWidth()

setHeight

public void setHeight(Variant height)

getHeight

public Variant getHeight()

getCellIndex

public int getCellIndex()

setAbbr

public void setAbbr(String addr)

getAbbr

public String getAbbr()

setAxis

public void setAxis(String axis)

getAxis

public String getAxis()

setCh

public void setCh(String ch)

getCh

public String getCh()

setChOff

public void setChOff(String off)

getChOff

public String getChOff()

setHeaders

public void setHeaders(String head)

getHeaders

public String getHeaders()

setScope

public void setScope(String scope)

getScope

public String getScope()

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