jp.co.intra_mart.product.pdfmaker
クラス AbstractPageBuilder

java.lang.Object
  上位を拡張 jp.co.intra_mart.product.pdfmaker.AbstractBuilder
      上位を拡張 jp.co.intra_mart.product.pdfmaker.AbstractPageBuilder
すべての実装されたインタフェース:
CompressedPDF
直系の既知のサブクラス:
IOCelaPageBuilder, IODocPageBuilder

public abstract class AbstractPageBuilder
extends AbstractBuilder

このクラスは、IODOC または IOCELAによる PDFファイル作成コンポーネントのスーパークラスです。

サブクラスは、レイアウトファイルとデータからPDFファイルを作成する 機能を提供します。

導入されたバージョン:
PDF-Designer Version 3.2
作成者:
Hisanari.H(09/03,2001)

フィールドの概要
 
インタフェース 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
 

コンストラクタの詳細

AbstractPageBuilder

public AbstractPageBuilder(java.io.File layout)
                    throws PDFIllegalLicenseException
唯一のコンストラクタ。

パラメータ:
layout - レイアウトファイル
例外:
PDFIllegalLicenseException - ライセンス違反の場合スローされます
メソッドの詳細

layoutFile

public java.io.File layoutFile()
このオブジェクトのレイアウトファイルを返します。

戻り値:
レイアウトファイル