クラスの使用
com.osboffice.osbxl.dto.CustomTableStyleObjectWrapper
-
com.osboffice.osbxlでのCustomTableStyleObjectWrapperの使用
修飾子とタイプメソッド説明WorkBookWrapper.getCustomTableStyle
(String tableStyleName) カスタムテーブルスタイルを取得します。WorkBookWrapper.WorkBook.getCustomTableStyle
(String tableStyleName) 修飾子とタイプメソッド説明void
WorkBookWrapper.addCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject) カスタムテーブルスタイルを追加します。void
WorkBookWrapper.addCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject, XlDefaultTableStyle defaultStyle) カスタムテーブルスタイルを既存のスタイルからコピー&上書きして追加します。void
WorkBookWrapper.WorkBook.addCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject) void
WorkBookWrapper.WorkBook.addCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject, XlDefaultTableStyle defaultStyle) void
WorkBookWrapper.addPivotCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject) カスタムテーブルスタイルを追加します(ピボットテーブル)。void
WorkBookWrapper.addPivotCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject, XlPivotDefaultTableStyle defaultPivotStyle) カスタムテーブルスタイルを既存のスタイルからコピー&上書きして追加します(ピボットテーブル)。void
WorkBookWrapper.WorkBook.addPivotCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject) void
WorkBookWrapper.WorkBook.addPivotCustomTableStyle
(String tableStyleName, CustomTableStyleObjectWrapper customTableStyleObject, XlPivotDefaultTableStyle defaultPivotStyle)