列挙クラスの使用
com.osboffice.osbxl.enums.XlPresetRefrectionType
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlPresetRefrectionTypeの使用
修飾子とタイプメソッド説明void
ChartTextReflectionFormatWrapper.ChartTextReflectionFormat.setReflection
(XlPresetRefrectionType type) void
ChartTextReflectionFormatWrapper.ChartTextReflectionFormat.setReflection
(XlPresetRefrectionType type, float transParency) void
ChartTextReflectionFormatWrapper.ChartTextReflectionFormat.setReflection
(XlPresetRefrectionType type, float transParency, float size) void
ChartTextReflectionFormatWrapper.ChartTextReflectionFormat.setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur) void
ChartTextReflectionFormatWrapper.ChartTextReflectionFormat.setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur, float distance) void
ChartTextReflectionFormatWrapper.setReflection
(XlPresetRefrectionType type) 反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定、影の透明度:自動設定)。void
ChartTextReflectionFormatWrapper.setReflection
(XlPresetRefrectionType type, float transParency) 反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定、影のサイズ:自動設定)。void
ChartTextReflectionFormatWrapper.setReflection
(XlPresetRefrectionType type, float transParency, float size) 反射を設定します(影の距離:自動設定、影のぼかしの度合い:自動設定)。void
ChartTextReflectionFormatWrapper.setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur) 反射を設定します(影の距離:自動設定)。void
ChartTextReflectionFormatWrapper.setReflection
(XlPresetRefrectionType type, float transParency, float size, float blur, float distance) 反射を設定します。 -
com.osboffice.osbxl.enumsでのXlPresetRefrectionTypeの使用
修飾子とタイプメソッド説明static XlPresetRefrectionType
XlPresetRefrectionType.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlPresetRefrectionType
このクラスの列挙型定数を指定した名前で返します。static XlPresetRefrectionType[]
XlPresetRefrectionType.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。