jp.co.antenna.pdfdrv
クラス PtlParamExcelAddinSetting

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

public class PtlParamExcelAddinSetting
extends java.lang.Object

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


フィールドの概要
static int EXCELADDIN_DEFAULT_SETTING
          アドイン設定の選択:現在のOfficeアドイン設定で出力する。
static int EXCELADDIN_USER_SETTING
          アドイン設定の選択:PtlParamExcelAddinSettingの設定で出力する。
 
コンストラクタの概要
PtlParamExcelAddinSetting()
           
PtlParamExcelAddinSetting(PtlParamExcelAddinSetting obj)
           
 
メソッドの概要
 boolean getAttachOriginalFile()
          元のExcelファイルを添付する設定の取得。
 boolean getConvertAllSheets()
          ワークブック全体を変換する設定の取得。
 boolean getConvertComments()
          コメントをノート注釈に変換する設定の取得。
 boolean getOutputBookmarks()
          しおりを出力する設定の取得。
 boolean getOutputLinks()
          リンクを出力する設定の取得。
 int getSettingType()
          アドイン設定タイプの取得。
 boolean getUseDocumentInformation()
          元文書の文書情報を使用する設定の取得。
 void setAttachOriginalFile(boolean flag)
          元のExcelファイルを添付する設定の指定。
 void setConvertAllSheets(boolean flag)
          ワークブック全体を変換する設定の指定。
 void setConvertComments(boolean flag)
          コメントをノート注釈に変換する設定の指定。
 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
 

フィールドの詳細

EXCELADDIN_USER_SETTING

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

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

EXCELADDIN_DEFAULT_SETTING

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

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

PtlParamExcelAddinSetting

public PtlParamExcelAddinSetting()
                          throws PtlDrvException
例外:
PtlDrvException

PtlParamExcelAddinSetting

public PtlParamExcelAddinSetting(PtlParamExcelAddinSetting 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
元のExcelファイルを添付する設定の取得。

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

setAttachOriginalFile

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

パラメータ:
flag - true:元のExcelファイルを添付する、false:元のExcelファイルを添付しない。
例外:
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)
リンクを出力する設定の指定。

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

getConvertComments

public boolean getConvertComments()
                           throws PtlDrvException
コメントをノート注釈に変換する設定の取得。

戻り値:
コメントをノート注釈に変換する設定。
例外:
PtlDrvException

setConvertComments

public void setConvertComments(boolean flag)
                        throws PtlDrvException
コメントをノート注釈に変換する設定の指定。

パラメータ:
flag - true:コメントをノート注釈に変換する、false:コメントをノート注釈に変換しない。
例外:
PtlDrvException

getConvertAllSheets

public boolean getConvertAllSheets()
                            throws PtlDrvException
ワークブック全体を変換する設定の取得。

戻り値:
ワークブック全体を変換する設定。
例外:
PtlDrvException

setConvertAllSheets

public void setConvertAllSheets(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