|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
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.IHTMLTableRow
public class IHTMLTableRow
IHTMLTableRow,IHTMLTableRow2〜3,IHTMLTableRowMetricsクラス.
tableのtrタグを扱うクラスです。
IHTMLTable.getRows(boolean),
IHTMLElement.getParentElement(boolean)| メソッドの概要 | |
|---|---|
void |
deleteCell(int index)
|
String |
getAlign()
|
Variant |
getBgColor()
|
Variant |
getBorderColor()
|
Variant |
getBorderColorDark()
|
Variant |
getBorderColorLight()
|
IHTMLElementCollection |
getCells()
|
IHTMLElementCollection |
getCells(boolean addChild)
推奨されていません。 |
String |
getCh()
|
String |
getChOff()
|
int |
getClientHeight()
高さ取得. |
int |
getClientLeft()
X座標取得. |
int |
getClientTop()
Y座標取得. |
int |
getClientWidth()
幅取得. |
Variant |
getHeight()
|
int |
getRowIndex()
|
int |
getSectionRowIndex()
|
String |
getVAlign()
|
IDispatch |
insertCell(int index)
|
IDispatch |
insertCell(int index,
boolean addChild)
推奨されていません。 |
void |
setAlign(String align)
|
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 |
setHeight(Variant height)
|
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 void setBorderColor(Variant color)
public Variant getBorderColor()
public void setBorderColorLight(Variant color)
public Variant getBorderColorLight()
public void setBorderColorDark(Variant color)
public Variant getBorderColorDark()
public int getRowIndex()
public int getSectionRowIndex()
public IHTMLElementCollection getCells()
public IHTMLElementCollection getCells(boolean addChild)
ComPtr.disposeChild(),
getCells()public IDispatch insertCell(int index)
public IDispatch insertCell(int index,
boolean addChild)
ComPtr.disposeChild(),
insertCell(int)public void deleteCell(int index)
public void setHeight(Variant height)
public Variant getHeight()
public void setCh(String ch)
public String getCh()
public void setChOff(String off)
public String getChOff()
public int getClientHeight()
IHTMLElement の記述:
IHTMLElement 内の getClientHeightpublic int getClientWidth()
IHTMLElement の記述:
IHTMLElement 内の getClientWidthpublic int getClientTop()
IHTMLElement の記述:
IHTMLElement 内の getClientToppublic int getClientLeft()
IHTMLElement の記述:
IHTMLElement 内の getClientLeft
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||