|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.bbreak.excella.reports.model.ReportBook
public class ReportBook
ワークブックの置換情報を保持するクラス
| コンストラクタの概要 | |
|---|---|
ReportBook(String templateFileName,
String outputFileName,
ConvertConfiguration... configurations)
|
|
ReportBook(String templateFileName,
String outputFileName,
String... formatTypes)
|
|
| メソッドの概要 | |
|---|---|
void |
addReportSheet(ReportSheet reportSheet)
ワークシート置換情報を追加する。 |
void |
addReportSheets(List<ReportSheet> reportSheets)
ワークシート置換情報群を追加する。 |
void |
clearReportSheets()
ワークシート置換情報群を削除する。 |
ConvertConfiguration[] |
getConfigurations()
出力変換情報を取得します。 |
String |
getOutputFileName()
出力パス+ファイル名(拡張子なし)を取得します。 |
List<ReportSheet> |
getReportSheets()
ワークシート置換情報群を取得します。 |
String |
getTemplateFileName()
テンプレートファイル名を取得します。 |
void |
removeReportSheet(ReportSheet reportSheet)
ワークシート置換情報を削除する。 |
void |
setConfigurations(ConvertConfiguration... configurations)
出力変換情報を設定します。 |
void |
setOutputFileName(String outputFileName)
出力パス+ファイル名(拡張子なし)を設定します。 |
void |
setReportSheets(List<ReportSheet> reportSheets)
ワークシート置換情報群を設定します。 |
void |
setTemplateFileName(String templateFileName)
テンプレートファイル名を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ReportBook(String templateFileName,
String outputFileName,
ConvertConfiguration... configurations)
templateFileName - テンプレートファイル名(フルパス)outputFileName - 出力パス+ファイル名(拡張子なし)configurations - 変換情報
public ReportBook(String templateFileName,
String outputFileName,
String... formatTypes)
templateFileName - テンプレートファイル名(フルパス)outputFileName - 出力パス+ファイル名(拡張子なし)formatTypes - 変換タイプ| メソッドの詳細 |
|---|
public void setReportSheets(List<ReportSheet> reportSheets)
reportSheets - ワークシート置換情報群public List<ReportSheet> getReportSheets()
public void addReportSheet(ReportSheet reportSheet)
reportSheet - ワークシート置換情報public void addReportSheets(List<ReportSheet> reportSheets)
reportSheets - ワークシート置換情報群public void removeReportSheet(ReportSheet reportSheet)
reportSheet - ワークシート置換情報public void clearReportSheets()
public String getOutputFileName()
public void setOutputFileName(String outputFileName)
outputFileName - 出力パス+ファイル名(拡張子なし)public ConvertConfiguration[] getConfigurations()
public void setConfigurations(ConvertConfiguration... configurations)
configurations - 出力変換情報public String getTemplateFileName()
public void setTemplateFileName(String templateFileName)
templateFileName - テンプレートファイル名
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||