列挙クラスの使用
com.osboffice.osbxl.enums.XlAxisType
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlAxisTypeの使用
修飾子とタイプメソッド説明void
ChartWrapper.Chart.deleteAxis
(XlAxisType axisType) void
ChartWrapper.Chart.deleteAxis
(XlAxisType axisType, XlAxisGroup axisGroup) void
ChartWrapper.deleteAxis
(XlAxisType axisType) チャートの軸を除去します(軸の種類:主軸)。void
ChartWrapper.deleteAxis
(XlAxisType axisType, XlAxisGroup axisGroup) チャートの軸を除去します。com.osboffice.osbxl.chart.AxisWrapper.Axis
ChartWrapper.Chart.getAxes
(XlAxisType axisType) com.osboffice.osbxl.chart.AxisWrapper.Axis
ChartWrapper.Chart.getAxes
(XlAxisType axisType, XlAxisGroup axisGroup) ChartWrapper.getAxes
(XlAxisType axisType) チャートの軸クラスを取得します(軸の種類:主軸)。ChartWrapper.getAxes
(XlAxisType axisType, XlAxisGroup axisGroup) チャートの軸クラスを取得します。boolean
ChartWrapper.Chart.hasAxis
(XlAxisType axisType) boolean
ChartWrapper.Chart.hasAxis
(XlAxisType axisType, XlAxisGroup axisGroup) boolean
ChartWrapper.hasAxis
(XlAxisType axisType) チャートが軸を持っているかどうかを取得します(軸の種類:主軸)。boolean
ChartWrapper.hasAxis
(XlAxisType axisType, XlAxisGroup axisGroup) チャートが軸を持っているかどうかを取得します。void
ChartWrapper.Chart.setAxis
(XlAxisType axisType) void
ChartWrapper.Chart.setAxis
(XlAxisType axisType, XlAxisGroup axisGroup) void
ChartWrapper.setAxis
(XlAxisType axisType) チャートの軸を設定します(軸の種類:主軸)。void
ChartWrapper.setAxis
(XlAxisType axisType, XlAxisGroup axisGroup) チャートの軸を設定します。 -
com.osboffice.osbxl.enumsでのXlAxisTypeの使用
修飾子とタイプメソッド説明static XlAxisType
XlAxisType.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlAxisType
このクラスの列挙型定数を指定した名前で返します。static XlAxisType[]
XlAxisType.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。