|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.reports.exporter.ReportBookExporter
org.bbreak.excella.reports.exporter.OoPdfExporter
public class OoPdfExporter
OpenOfficePDF出力エクスポーター
フィールドの概要 | |
---|---|
static java.lang.String |
EXTENTION
拡張子:PDF |
static java.lang.String |
FORMAT_TYPE
変換タイプ:PDF |
static int |
OPENOFFICE_DEFAULT_PORT
OpneOfficeデフォルトポート番号 |
コンストラクタの概要 | |
---|---|
OoPdfExporter()
コンストラクタ デフォルトポート番号8100 |
|
OoPdfExporter(int port)
コンストラクタ |
|
OoPdfExporter(org.artofsolving.jodconverter.office.OfficeManager officeManager)
コンストラクタ |
メソッドの概要 | |
---|---|
java.lang.String |
getExtention()
拡張子を取得する。 |
java.lang.String |
getFormatType()
変換タイプを取得する。 |
void |
output(Workbook book,
BookData bookdata,
ConvertConfiguration configuration)
出力する。 |
クラス org.bbreak.excella.reports.exporter.ReportBookExporter から継承されたメソッド |
---|
export, getFilePath, setConfiguration, setFilePath, setup, tearDown |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String FORMAT_TYPE
public static final java.lang.String EXTENTION
public static final int OPENOFFICE_DEFAULT_PORT
コンストラクタの詳細 |
---|
public OoPdfExporter()
public OoPdfExporter(int port)
port
- OpneOfficeポート番号public OoPdfExporter(org.artofsolving.jodconverter.office.OfficeManager officeManager)
officeManager
- OpneOfficeマネージャメソッドの詳細 |
---|
public void output(Workbook book, BookData bookdata, ConvertConfiguration configuration) throws ExportException
ReportBookExporter
の記述:
ReportBookExporter
内の output
book
- ワークブックbookdata
- ワークブック解析情報configuration
- 変換設定情報
ExportException
- 出力に失敗した場合public java.lang.String getFormatType()
ReportBookExporter
の記述:
ReportBookExporter
内の getFormatType
public java.lang.String getExtention()
ReportBookExporter
の記述:
ReportBookExporter
内の getExtention
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |