mshtml
クラス _htmlCellAlign

java.lang.Object
  上位を拡張 com.ms.wfc.core.Enum
      上位を拡張 mshtml._htmlCellAlign

public class _htmlCellAlign
extends com.ms.wfc.core.Enum


フィールドの概要
static int htmlCellAlign_Max
           
static int htmlCellAlignCenter
           
static int htmlCellAlignLeft
           
static int htmlCellAlignMiddle
           
static int htmlCellAlignNotSet
           
static int htmlCellAlignRight
           
 
コンストラクタの概要
_htmlCellAlign()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

htmlCellAlignNotSet

public static final int htmlCellAlignNotSet
関連項目:
定数フィールド値

htmlCellAlignLeft

public static final int htmlCellAlignLeft
関連項目:
定数フィールド値

htmlCellAlignCenter

public static final int htmlCellAlignCenter
関連項目:
定数フィールド値

htmlCellAlignRight

public static final int htmlCellAlignRight
関連項目:
定数フィールド値

htmlCellAlignMiddle

public static final int htmlCellAlignMiddle
関連項目:
定数フィールド値

htmlCellAlign_Max

public static final int htmlCellAlign_Max
関連項目:
定数フィールド値
コンストラクタの詳細

_htmlCellAlign

public _htmlCellAlign()