jp.co.antenna.pdfdrv
クラス PtlParamInformationSettings

java.lang.Object
  上位を拡張 jp.co.antenna.pdfdrv.PtlParamInformationSettings

public class PtlParamInformationSettings
extends java.lang.Object

出力設定ファイルの「情報」に対する操作を行うクラスです。 PtlParamDriverSettings で使用します。


コンストラクタの概要
PtlParamInformationSettings()
           
PtlParamInformationSettings(PtlParamInformationSettings obj)
           
 
メソッドの概要
 java.lang.String getAuthor()
          作成者の取得。
 java.lang.String getComment()
          コメントの取得。
 java.lang.String getCreator()
          Creatorの取得。
 java.lang.String getKeyword()
          キーワードの取得。
 java.lang.String getSubTitle()
          サブタイトルの取得。
 java.lang.String getTitle()
          タイトルの取得。
 void setAuthor(java.lang.String author)
          作成者の指定。
 void setComment(java.lang.String comment)
          コメントの指定。
 void setCreator(java.lang.String creator)
          Creatorの指定。
 void setKeyword(java.lang.String keyword)
          キーワードの指定。
 void setSubTitle(java.lang.String subtitle)
          サブタイトルの指定。
 void setTitle(java.lang.String title)
          タイトルの指定。
 void terminate()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PtlParamInformationSettings

public PtlParamInformationSettings()
                            throws PtlDrvException
例外:
PtlDrvException

PtlParamInformationSettings

public PtlParamInformationSettings(PtlParamInformationSettings obj)
                            throws PtlDrvException
例外:
PtlDrvException
メソッドの詳細

terminate

public void terminate()

getTitle

public java.lang.String getTitle()
                          throws PtlDrvException
タイトルの取得。

戻り値:
タイトル。
例外:
PtlDrvException

setTitle

public void setTitle(java.lang.String title)
              throws PtlDrvException
タイトルの指定。

パラメータ:
title - タイトル。
例外:
PtlDrvException

getSubTitle

public java.lang.String getSubTitle()
                             throws PtlDrvException
サブタイトルの取得。

戻り値:
サブタイトル。
例外:
PtlDrvException

setSubTitle

public void setSubTitle(java.lang.String subtitle)
                 throws PtlDrvException
サブタイトルの指定。

パラメータ:
subtitle - サブタイトル。
例外:
PtlDrvException

getAuthor

public java.lang.String getAuthor()
                           throws PtlDrvException
作成者の取得。

戻り値:
作成者。
例外:
PtlDrvException

setAuthor

public void setAuthor(java.lang.String author)
               throws PtlDrvException
作成者の指定。

パラメータ:
author - 作成者。
例外:
PtlDrvException

getKeyword

public java.lang.String getKeyword()
                            throws PtlDrvException
キーワードの取得。

戻り値:
キーワード。
例外:
PtlDrvException

setKeyword

public void setKeyword(java.lang.String keyword)
                throws PtlDrvException
キーワードの指定。

パラメータ:
keyword - キーワード。
例外:
PtlDrvException

getComment

public java.lang.String getComment()
                            throws PtlDrvException
コメントの取得。

戻り値:
コメント。
例外:
PtlDrvException

setComment

public void setComment(java.lang.String comment)
                throws PtlDrvException
コメントの指定。

パラメータ:
comment - コメント。
例外:
PtlDrvException

getCreator

public java.lang.String getCreator()
                            throws PtlDrvException
Creatorの取得。

戻り値:
Creator。
例外:
PtlDrvException

setCreator

public void setCreator(java.lang.String creator)
                throws PtlDrvException
Creatorの指定。

パラメータ:
creator - 「PDF 変換」の文字列。
例外:
PtlDrvException