|
PDFTool 7.0
|
PDFのLaunchアクションを表現したクラスです。 More...
#include <PtlActionLaunch.h>


Public Member Functions | |
| PtlActionLaunch () | |
| コンストラクタ | |
| PtlActionLaunch (const PtlActionLaunch &obj) | |
| コピーコンストラクタ alias copy | |
| ‾PtlActionLaunch () | |
| デストラクタ | |
| PtlActionLaunch & | operator= (const PtlActionLaunch &obj) |
| コピーオペレータ alias copy | |
| PtlParamString | getFileName () const |
| 起動ファイル名を取得。 | |
| void | setFileName (const PtlParamString &filename) |
| 起動ファイル名を設定。 | |
| bool | getNewWindowFlag () const |
| 新ウィンドウフラグを取得。 | |
| void | setNewWindowFlag (bool flag) |
| 新ウィンドウフラグを設定。 | |
| Public Member Functions inherited from PdfTk::PtlAction | |
| int | getHandle () const |
| PtlAction (ACTION_TYPE type) | |
| コンストラクタ | |
| PtlAction (const PtlAction &obj) | |
| コピーコンストラクタ alias copy | |
| virtual | ‾PtlAction () |
| デストラクタ | |
| PtlAction & | operator= (const PtlAction &obj) |
| コピーオペレータ alias copy | |
| ACTION_TYPE | getType () const |
| アクションタイプを取得。 | |
Additional Inherited Members | |
| Public Types inherited from PdfTk::PtlAction | |
| enum | ACTION_TYPE { TYPE_NONE = 0 , TYPE_GOTO = 1 , TYPE_GOTO_R = 2 , TYPE_LAUNCH = 4 , TYPE_URI = 6 , TYPE_UNKNOWN = 100 } |
| アクションのタイプ More... | |
PDFのLaunchアクションを表現したクラスです。
| PdfTk::PtlActionLaunch::PtlActionLaunch | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlActionLaunch::PtlActionLaunch | ( | const PtlActionLaunch & | obj | ) |
| PtlParamString PdfTk::PtlActionLaunch::getFileName | ( | ) | const |
| bool PdfTk::PtlActionLaunch::getNewWindowFlag | ( | ) | const |
新ウィンドウフラグを取得。
宛先文書を新ウィンドウでオープンするかどうかのフラグを取得します。
| PtlException |
| PtlActionLaunch & PdfTk::PtlActionLaunch::operator= | ( | const PtlActionLaunch & | obj | ) |
コピーオペレータ alias copy
| obj | コピー元オブジェクト。 |
| void PdfTk::PtlActionLaunch::setFileName | ( | const PtlParamString & | filename | ) |
| void PdfTk::PtlActionLaunch::setNewWindowFlag | ( | bool | flag | ) |
新ウィンドウフラグを設定。
宛先文書を新ウィンドウでオープンするかどうかのフラグを設定します。
| flag | true: 新ウィンドウでオープンする。false: しない。 |
| PtlException |