ページの先頭行へ戻る
Interstage List Creator V10.5.0 アプリケーション作成ガイド
FUJITSU Software

6.4.5 PrintFormクラス

Forms、FormsFileとPrintPropertiesにしたがって、帳票出力を行うクラスです。

      System.Object
        ∟ fujitsu.listcreator.PrintForm

public class PrintForm : System.Object

6.4.5.1 コンストラクタの概要

PrintFormクラスのコンストラクタを以下に示します。

表6.50 PrintFormクラスのコンストラクタ

コンストラクタの概要

PrintForm()

空のPrintFormオブジェクトを生成します。

6.4.5.2 メソッドの概要

PrintFormクラスのメソッドを以下に示します。

表6.51 PrintFormクラスのメソッド

メソッドの概要

void

PrintOut(FormBase form, PrintProperties prop)

Forms、FormsFile、およびPrintProperties にしたがって帳票出力を行います。

6.4.5.3 コンストラクタの詳細

public
PrintForm()
用途

PrintFormオブジェクトを生成します。

6.4.5.4 メソッドの詳細

6.4.5.4.1 帳票出力に関するメソッド
public void
PrintOut(FormBase form, PrintProperties prop)
throws PrintException
用途

Forms、FormsFile、およびPrintPropertiesにしたがって帳票を出力します。

パラメータ
form:

帳票の出力に使用するForms、およびFormsFileを指定します。

prop:

帳票の出力に使用するPrintPropertiesを指定します。

例外

PrintException