列挙クラスの使用
com.osboffice.osbxl.enums.XlRowCol
パッケージ
説明
java版osbxlのメインパッケージです。
java版osbxlのチャートを扱うパッケージです。
java版osbxlのdtoオブジェクト(パラメーター入出力)を扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxlでのXlRowColの使用
修飾子とタイプメソッド説明void
SortWrapper.executeSortAscending
(int target, XlRowCol direction) 並び替えの実行(昇順:大文字小文字を無視)を行います。void
SortWrapper.executeSortAscending
(int target, XlRowCol direction, boolean matchCase) 並び替えの実行(昇順)を行います。void
SortWrapper.Sort.executeSortAscending
(int target, XlRowCol direction) void
SortWrapper.Sort.executeSortAscending
(int target, XlRowCol direction, boolean matchCase) void
SortWrapper.executeSortDescending
(int target, XlRowCol direction) 並び替えの実行(降順:大文字小文字を無視)を行います。void
SortWrapper.executeSortDescending
(int target, XlRowCol direction, boolean matchCase) 並び替えの実行(降順)を行います。void
SortWrapper.Sort.executeSortDescending
(int target, XlRowCol direction) void
SortWrapper.Sort.executeSortDescending
(int target, XlRowCol direction, boolean matchCase) -
com.osboffice.osbxl.chartでのXlRowColの使用
修飾子とタイプメソッド説明void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo) 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) チャートを作成します(チャート色番号列挙体=デフォルト、チャートスタイル番号列挙体=デフォルト)。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo) チャートを作成します(チャート色番号列挙体=デフォルト)。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.setDataSource
(String source, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines) void
ChartWrapper.setDataSource
(String source, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines) データソースを設定します。 -
com.osboffice.osbxl.dtoでのXlRowColの使用
修飾子とタイプメソッド説明SortFieldObjectWrapper.getDirection()
並び替えの向きを取得します。SortFieldObjectWrapper.SortFieldObject.getDirection()
修飾子とタイプメソッド説明void
SortFieldObjectWrapper.setDirection
(XlRowCol direction) 並び替えの向きを設定します。void
SortFieldObjectWrapper.SortFieldObject.setDirection
(XlRowCol direction) -
com.osboffice.osbxl.enumsでのXlRowColの使用