|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.antenna.pdfdrv.PtlParamPPTAddinSetting
public class PtlParamPPTAddinSetting
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 |
フィールドの詳細 |
---|
public static final int PPTADDIN_USER_SETTING
public static final int PPTADDIN_DEFAULT_SETTING
コンストラクタの詳細 |
---|
public PtlParamPPTAddinSetting() throws PtlDrvException
PtlDrvException
public PtlParamPPTAddinSetting(PtlParamPPTAddinSetting 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:元のPowerPointファイルを添付する、false:元のPowerPointファイルを添付しない。
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) throws PtlDrvException
flag
- true:リンクを出力する、false:リンクを出力しない。
PtlDrvException
public boolean getUseDocumentInformation() throws PtlDrvException
PtlDrvException
public void setUseDocumentInformation(boolean flag) throws PtlDrvException
flag
- true:元文書の文書情報を使用する、false:元文書の文書情報を使用しない。
PtlDrvException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |