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