|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.antenna.pdfdrv.PtlParamDriverSettings
public class PtlParamDriverSettings
PDF Driver の出力設定ファイルに対する操作を行うクラスです。
PtlDrvConvert
で使用する事も可能です。
フィールドの概要 | |
---|---|
static java.lang.String |
NULL_VALUE
|
コンストラクタの概要 | |
---|---|
PtlParamDriverSettings()
|
|
PtlParamDriverSettings(PtlParamDriverSettings obj)
|
メソッドの概要 | |
---|---|
int |
clearDriverSetting()
PDF Driver へ渡した出力設定の内容をクリアする |
PtlParamCommonSettings |
getCommon()
「一般」の設定内容を取得する |
PtlParamCompressSettings |
getCompress()
「圧縮」の設定内容を取得する |
int |
getDetailErrorCode()
詳細エラーコードを取得する |
PtlParamFontSettings |
getFont()
「フォント」の設定内容を取得する |
PtlParamInformationSettings |
getInformation()
「情報」の設定内容を取得する |
PtlParamOpenModeSettings |
getOpenMode()
「開き方」の設定内容を取得する |
PtlParamPDFVersionSettings |
getPDFVersion()
「PDFバージョン」の設定内容を取得する |
PtlParamSecuritySettings |
getSecurity()
「セキュリティ」の設定内容を取得する |
java.lang.String |
GetSelectedPrinter()
選択中のプリンタ名を取得する。 |
java.lang.String |
getSettingName()
|
PtlParamWaterMarkSettings |
getWaterMark()
「透かし」の設定内容を取得する |
int |
load(java.lang.String settingFilePath)
指定した出力設定ファイルをロードする |
void |
ReleasePrinter()
選択したプリンタを解放する。 |
int |
save()
出力設定ファイルを保存する |
int |
saveAs(java.lang.String settingFilePath)
出力設定ファイルを別名で保存する |
int |
SelectPrinter(java.lang.String PrinterName)
プリンタを選択する。 |
void |
setCommon(PtlParamCommonSettings common)
「一般」の設定内容を指定する |
void |
setCompress(PtlParamCompressSettings compress)
「圧縮」の設定内容を指定する |
void |
setFont(PtlParamFontSettings font)
「フォント」の設定内容を指定する |
void |
setInformation(PtlParamInformationSettings information)
「情報」の設定内容を指定する |
void |
setOpenMode(PtlParamOpenModeSettings openmode)
「開き方」の設定内容を指定する |
void |
setPDFVersion(PtlParamPDFVersionSettings pdfversion)
「PDFバージョン」の設定内容を指定する |
void |
setSecurity(PtlParamSecuritySettings security)
「セキュリティ」の設定内容を指定する |
void |
setSettingName(java.lang.String SettingName)
|
void |
setWaterMark(PtlParamWaterMarkSettings watermark)
「透かし」の設定内容を指定する |
void |
terminate()
|
int |
toDriver()
出力設定の内容を PDF Driver へ渡す |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String NULL_VALUE
コンストラクタの詳細 |
---|
public PtlParamDriverSettings() throws PtlDrvException
PtlDrvException
public PtlParamDriverSettings(PtlParamDriverSettings obj) throws PtlDrvException
PtlDrvException
メソッドの詳細 |
---|
public void terminate()
public int load(java.lang.String settingFilePath) throws PtlDrvException
PtlDrvException
public int save() throws PtlDrvException
PtlDrvException
public int saveAs(java.lang.String settingFilePath) throws PtlDrvException
PtlDrvException
public int toDriver() throws PtlDrvException
PtlDrvException
public int clearDriverSetting() throws PtlDrvException
PtlDrvException
public int getDetailErrorCode() throws PtlDrvException
PtlDrvException
public void setCommon(PtlParamCommonSettings common) throws PtlDrvException
common
- 「一般」の設定内容。
PtlDrvException
public PtlParamCommonSettings getCommon() throws PtlDrvException
PtlDrvException
public void setPDFVersion(PtlParamPDFVersionSettings pdfversion) throws PtlDrvException
pdfversion
- 「PDFバージョン」の設定内容。
PtlDrvException
public PtlParamPDFVersionSettings getPDFVersion() throws PtlDrvException
PtlDrvException
public void setSecurity(PtlParamSecuritySettings security) throws PtlDrvException
security
- 「セキュリティ」の設定内容。
PtlDrvException
public PtlParamSecuritySettings getSecurity() throws PtlDrvException
PtlDrvException
public void setCompress(PtlParamCompressSettings compress) throws PtlDrvException
compress
- 「圧縮」の設定内容。
PtlDrvException
public PtlParamCompressSettings getCompress() throws PtlDrvException
PtlDrvException
public void setFont(PtlParamFontSettings font) throws PtlDrvException
font
- 「フォント」の設定内容。
PtlDrvException
public PtlParamFontSettings getFont() throws PtlDrvException
PtlDrvException
public void setWaterMark(PtlParamWaterMarkSettings watermark) throws PtlDrvException
watermark
- 「透かし」の設定内容。
PtlDrvException
public PtlParamWaterMarkSettings getWaterMark() throws PtlDrvException
PtlDrvException
public void setOpenMode(PtlParamOpenModeSettings openmode) throws PtlDrvException
openmode
- 「開き方」の設定内容。
PtlDrvException
public PtlParamOpenModeSettings getOpenMode() throws PtlDrvException
PtlDrvException
public void setInformation(PtlParamInformationSettings information) throws PtlDrvException
information
- 「情報」の設定内容。
PtlDrvException
public PtlParamInformationSettings getInformation() throws PtlDrvException
PtlDrvException
public int SelectPrinter(java.lang.String PrinterName) throws PtlDrvException
PrinterName
- 使用するプリンタ名。空文字列で自動選択。
PtlDrvException
public void ReleasePrinter() throws PtlDrvException
PtlDrvException
public java.lang.String GetSelectedPrinter() throws PtlDrvException
PtlDrvException
public void setSettingName(java.lang.String SettingName) throws PtlDrvException
PtlDrvException
public java.lang.String getSettingName() throws PtlDrvException
PtlDrvException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |