|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.product.pdfmaker.AbstractBuilder
jp.co.intra_mart.product.pdfmaker.AbstractPageBuilder
public abstract class AbstractPageBuilder
このクラスは、IODOC または IOCELAによる PDFファイル作成コンポーネントのスーパークラスです。
サブクラスは、レイアウトファイルとデータからPDFファイルを作成する 機能を提供します。
フィールドの概要 |
---|
インタフェース jp.co.intra_mart.product.pdfmaker.CompressedPDF から継承されたフィールド |
---|
COMPRESSION_DEFAULT, COMPRESSION_NONE, COMPRESSION_SIZE, COMPRESSION_SPEED |
コンストラクタの概要 | |
---|---|
AbstractPageBuilder(java.io.File layout)
唯一のコンストラクタ。 |
メソッドの概要 | |
---|---|
java.io.File |
layoutFile()
このオブジェクトのレイアウトファイルを返します。 |
クラス jp.co.intra_mart.product.pdfmaker.AbstractBuilder から継承されたメソッド |
---|
defineLogFile, defineLogPath, getCompression, getLogFile, setCompression |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractPageBuilder(java.io.File layout) throws PDFIllegalLicenseException
layout
- レイアウトファイル
PDFIllegalLicenseException
- ライセンス違反の場合スローされますメソッドの詳細 |
---|
public java.io.File layoutFile()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |