jp.co.antenna.pdfdrv
クラス PtlParamPPTAddinSetting

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

public class PtlParamPPTAddinSetting
extends java.lang.Object

Officeアドイン(MS-PowerPoint)の設定を行うクラスです。 PtlDrvConvert で使用します。


フィールドの概要
static int PPTADDIN_DEFAULT_SETTING
          アドイン設定の選択:現在のOfficeアドイン設定で出力する。
static int PPTADDIN_USER_SETTING
          アドイン設定の選択:PtlParamPPTAddinSettingの設定で出力する。
 
コンストラクタの概要
PtlParamPPTAddinSetting()
           
PtlParamPPTAddinSetting(PtlParamPPTAddinSetting obj)
           
 
メソッドの概要
 boolean getAttachOriginalFile()
          元のPowerPointファイルを添付する設定の取得。
 boolean getOutputBookmarks()
          しおりを出力する設定の取得。
 boolean getOutputLinks()
          リンクを出力する設定の取得。
 int getSettingType()
          アドイン設定タイプの取得。
 boolean getUseDocumentInformation()
          元文書の文書情報を使用する設定の取得。
 void setAttachOriginalFile(boolean flag)
          元のPowerPointファイルを添付する設定の指定。
 void setOutputBookmarks(boolean flag)
          しおりを出力する設定の指定。
 void setOutputLinks(boolean flag)
          リンクを出力する設定の指定。
 void setSettingType(int type)
          アドイン設定タイプの指定。
 void setUseDocumentInformation(boolean flag)
          元文書の文書情報を使用する設定の指定。
 void terminate()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PPTADDIN_USER_SETTING

public static final int PPTADDIN_USER_SETTING
アドイン設定の選択:PtlParamPPTAddinSettingの設定で出力する。

関連項目:
定数フィールド値

PPTADDIN_DEFAULT_SETTING

public static final int PPTADDIN_DEFAULT_SETTING
アドイン設定の選択:現在のOfficeアドイン設定で出力する。

関連項目:
定数フィールド値
コンストラクタの詳細

PtlParamPPTAddinSetting

public PtlParamPPTAddinSetting()
                        throws PtlDrvException
例外:
PtlDrvException

PtlParamPPTAddinSetting

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

terminate

public void terminate()

getSettingType

public int getSettingType()
                   throws PtlDrvException
アドイン設定タイプの取得。

戻り値:
アドイン設定タイプ。
例外:
PtlDrvException

setSettingType

public void setSettingType(int type)
                    throws PtlDrvException
アドイン設定タイプの指定。

パラメータ:
type - アドイン設定タイプ。
例外:
PtlDrvException

getAttachOriginalFile

public boolean getAttachOriginalFile()
                              throws PtlDrvException
元のPowerPointファイルを添付する設定の取得。

戻り値:
元のPowerPointファイルを添付する設定。
例外:
PtlDrvException

setAttachOriginalFile

public void setAttachOriginalFile(boolean flag)
                           throws PtlDrvException
元のPowerPointファイルを添付する設定の指定。

パラメータ:
flag - true:元のPowerPointファイルを添付する、false:元のPowerPointファイルを添付しない。
例外:
PtlDrvException

getOutputBookmarks

public boolean getOutputBookmarks()
                           throws PtlDrvException
しおりを出力する設定の取得。

戻り値:
しおりを出力する設定。
例外:
PtlDrvException

setOutputBookmarks

public void setOutputBookmarks(boolean flag)
                        throws PtlDrvException
しおりを出力する設定の指定。

パラメータ:
flag - true:しおりを出力する、false:しおりを出力しない。
例外:
PtlDrvException

getOutputLinks

public boolean getOutputLinks()
                       throws PtlDrvException
リンクを出力する設定の取得。

戻り値:
リンクを出力する設定。
例外:
PtlDrvException

setOutputLinks

public void setOutputLinks(boolean flag)
                    throws PtlDrvException
リンクを出力する設定の指定。

パラメータ:
flag - true:リンクを出力する、false:リンクを出力しない。
例外:
PtlDrvException

getUseDocumentInformation

public boolean getUseDocumentInformation()
                                  throws PtlDrvException
元文書の文書情報を使用する設定の取得。

戻り値:
元文書の文書情報を使用する設定。
例外:
PtlDrvException

setUseDocumentInformation

public void setUseDocumentInformation(boolean flag)
                               throws PtlDrvException
元文書の文書情報を使用する設定の指定。

パラメータ:
flag - true:元文書の文書情報を使用する、false:元文書の文書情報を使用しない。
例外:
PtlDrvException