列挙クラスの使用
com.osboffice.osbxl.enums.XlPresetLightingDirection
XlPresetLightingDirectionを使用しているパッケージ
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlPresetLightingDirectionの使用
修飾子とタイプメソッド説明ChartThreeDFormatWrapper.ChartThreeDFormat.getPresetLightingDirection()ChartThreeDFormatWrapper.getPresetLightingDirection()プリセットされた光源方向を取得します。XlPresetLightingDirection型のパラメータを持つcom.osboffice.osbxl.chartのメソッド修飾子とタイプメソッド説明voidChartThreeDFormatWrapper.ChartThreeDFormat.setPresetLightingDirection(XlPresetLightingDirection direction) voidChartThreeDFormatWrapper.setPresetLightingDirection(XlPresetLightingDirection direction) プリセットされた光源方向をを設定します。 -
com.osboffice.osbxl.enumsでのXlPresetLightingDirectionの使用
修飾子とタイプメソッド説明static XlPresetLightingDirectionXlPresetLightingDirection.valueOf(int code) このクラスの列挙型定数を指定した名前で返します。static XlPresetLightingDirectionこのクラスの列挙型定数を指定した名前で返します。static XlPresetLightingDirection[]XlPresetLightingDirection.values()この列挙クラスの定数を含む配列を宣言されている順序で 返します。