列挙クラスの使用
com.osboffice.osbxl.enums.XlGradientType
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlGradientTypeの使用
修飾子とタイプメソッド説明ChartFillFormatWrapper.ChartFillFormat.getGradientType()
ChartFillFormatWrapper.getGradientType()
グラディエント種類を取得します。ChartLineFormatWrapper.ChartLineFormat.getGradientType()
ChartLineFormatWrapper.getGradientType()
グラデーション種類を取得します。ChartTextFillFormatWrapper.ChartTextFillFormat.getGradientType()
ChartTextFillFormatWrapper.getGradientType()
グラディエント種類を取得します。ChartTextLineFormatWrapper.ChartTextLineFormat.getGradientType()
ChartTextLineFormatWrapper.getGradientType()
グラデーション種類を取得します。 -
com.osboffice.osbxl.enumsでのXlGradientTypeの使用
修飾子とタイプメソッド説明static XlGradientType
XlGradientType.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlGradientType
このクラスの列挙型定数を指定した名前で返します。static XlGradientType[]
XlGradientType.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。