|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.antenna.pdfdrv.PtlParamExcelAddinSetting
public class PtlParamExcelAddinSetting
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 |
フィールドの詳細 |
---|
public static final int EXCELADDIN_USER_SETTING
public static final int EXCELADDIN_DEFAULT_SETTING
コンストラクタの詳細 |
---|
public PtlParamExcelAddinSetting() throws PtlDrvException
PtlDrvException
public PtlParamExcelAddinSetting(PtlParamExcelAddinSetting obj) throws PtlDrvException
PtlDrvException
メソッドの詳細 |
---|
public void terminate()
public int getSettingType() throws PtlDrvException
PtlDrvException
public void setSettingType(int type) throws PtlDrvException
type
- アドイン設定タイプ。
PtlDrvException
public boolean getAttachOriginalFile() throws PtlDrvException
PtlDrvException
public void setAttachOriginalFile(boolean flag) throws PtlDrvException
flag
- true:元のExcelファイルを添付する、false:元のExcelファイルを添付しない。
PtlDrvException
public boolean getOutputBookmarks() throws PtlDrvException
PtlDrvException
public void setOutputBookmarks(boolean flag) throws PtlDrvException
flag
- true:しおりを出力する、false:しおりを出力しない。
PtlDrvException
public boolean getOutputLinks() throws PtlDrvException
PtlDrvException
public void setOutputLinks(boolean flag)
flag
- true:リンクを出力する、false:リンクを出力しない。public boolean getConvertComments() throws PtlDrvException
PtlDrvException
public void setConvertComments(boolean flag) throws PtlDrvException
flag
- true:コメントをノート注釈に変換する、false:コメントをノート注釈に変換しない。
PtlDrvException
public boolean getConvertAllSheets() throws PtlDrvException
PtlDrvException
public void setConvertAllSheets(boolean flag) throws PtlDrvException
flag
- true:ワークブック全体を変換する、false:ワークブック全体を変換しない。
PtlDrvException
public boolean getUseDocumentInformation() throws PtlDrvException
PtlDrvException
public void setUseDocumentInformation(boolean flag) throws PtlDrvException
flag
- true:元文書の文書情報を使用する、false:元文書の文書情報を使用しない。
PtlDrvException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |