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