列挙クラスの使用
com.osboffice.osbxl.enums.XlDataBarFillType
XlDataBarFillTypeを使用しているパッケージ
パッケージ
説明
java版osbxlのdtoオブジェクト(パラメーター入出力)を扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.dtoでのXlDataBarFillTypeの使用
修飾子とタイプメソッド説明DataBarObjectWrapper.DataBarObject.getDataBarFillType()DataBarObjectWrapper.getDataBarFillType()データバーの塗りつぶし種類を取得します。XlDataBarFillType型のパラメータを持つcom.osboffice.osbxl.dtoのメソッド修飾子とタイプメソッド説明voidDataBarObjectWrapper.DataBarObject.setDataBarFillType(XlDataBarFillType type) voidDataBarObjectWrapper.setDataBarFillType(XlDataBarFillType type) データバーの塗りつぶしの種類を設定します。 -
com.osboffice.osbxl.enumsでのXlDataBarFillTypeの使用
修飾子とタイプメソッド説明static XlDataBarFillTypeXlDataBarFillType.valueOf(int code) このクラスの列挙型定数を指定した名前で返します。static XlDataBarFillTypeこのクラスの列挙型定数を指定した名前で返します。static XlDataBarFillType[]XlDataBarFillType.values()この列挙クラスの定数を含む配列を宣言されている順序で 返します。