oracle.html
インタフェース ITableFrame

既知の実装クラスの一覧:
Table

public interface ITableFrame

ITableFrameは、HTML3の表のFRAME属性をカプセル化します。


フィールドの概要
static int ABOVE
          フレームの上辺を表示します。
static int BELOW
          フレームの下辺を表示します。
static int BORDER
          フレームの四辺をすべて表示します。
static int BOX
          フレームの四辺をすべて表示します。
static int HSIDES
          フレームの上辺と下辺を表示します。
static int LHS
          フレームの左辺を表示します。
static int RHS
          フレームの右辺を表示します。
static java.lang.String[] Str
          属性値の文字列配列です。
static int VOLD
          フレームの四辺をどれも表示しません。
static int VSIDES
          フレームの左辺と右辺を表示します。
 

フィールドの詳細

VOLD

public static final int VOLD 
フレームの四辺をどれも表示しません。

ABOVE

public static final int ABOVE 
フレームの上辺を表示します。

BELOW

public static final int BELOW 
フレームの下辺を表示します。

HSIDES

public static final int HSIDES 
フレームの上辺と下辺を表示します。

LHS

public static final int LHS 
フレームの左辺を表示します。

RHS

public static final int RHS 
フレームの右辺を表示します。

VSIDES

public static final int VSIDES 
フレームの左辺と右辺を表示します。

BOX

public static final int BOX 
フレームの四辺をすべて表示します。

BORDER

public static final int BORDER 
フレームの四辺をすべて表示します。

Str

public static final java.lang.String[] Str 
属性値の文字列配列です。