|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.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
IHTMLTableSection,IHTMLTableSection2〜3クラス.
tableのthead,tfoot,tbodyタグを扱うクラスです。
| メソッドの概要 | |
|---|---|
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.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 |
| メソッドの詳細 |
|---|
public void setAlign(String align)
public String getAlign()
public void setVAlign(String valign)
public String getVAlign()
public void setBgColor(Variant color)
public Variant getBgColor()
public IHTMLElementCollection getRows()
public IHTMLElementCollection getRows(boolean addChild)
ComPtr.disposeChild(),
getRows()public IDispatch insertRow(int index)
public IDispatch insertRow(int index,
boolean addChild)
ComPtr.disposeChild(),
insertRow(int)public void deleteRow(int index)
public IDispatch moveRow(int indexFrom,
int indexTo)
public IDispatch moveRow(int indexFrom,
int indexTo,
boolean addChild)
ComPtr.disposeChild(),
moveRow(int, int)public void setCh(String ch)
public String getCh()
public void setChOff(String off)
public String getChOff()
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||