列挙クラスの使用
com.osboffice.osbxl.enums.XlChartColorPalette
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlChartColorPaletteの使用
修飾子とタイプメソッド説明void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle, String extraTitle) void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle, String extraTitle) チャートを作成します。void
ChartWrapper.Chart.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo, XlChartColorPalette chartColorNo) void
ChartWrapper.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo, XlChartColorPalette chartColorNo) ピボットチャートを作成します。 -
com.osboffice.osbxl.enumsでのXlChartColorPaletteの使用
修飾子とタイプメソッド説明static XlChartColorPalette
XlChartColorPalette.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlChartColorPalette
このクラスの列挙型定数を指定した名前で返します。static XlChartColorPalette[]
XlChartColorPalette.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。