|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlActionLaunch.h>


公開メンバ関数 | |
| PtlActionLaunch () | |
| コンストラクタ | |
| PtlActionLaunch (const PtlActionLaunch &obj) | |
| コピーコンストラクタ alias copy | |
| ~PtlActionLaunch () | |
| デストラクタ | |
| PtlActionLaunch & | operator= (const PtlActionLaunch &obj) |
| コピーオペレータ alias copy | |
| const PtlParamString & | getFileName () |
| 起動ファイル名を取得。 | |
| void | setFileName (const PtlParamString &filename) |
| 起動ファイル名を設定。 | |
| bool | getNewWindowFlag () const |
| 新ウィンドウフラグを取得。 | |
| void | setNewWindowFlag (bool flag) |
| 新ウィンドウフラグを設定。 | |
| 基底クラス 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 |
| アクションタイプを取得。 | |
その他の継承メンバ | |
| 基底クラス PdfTk::PtlAction に属する継承公開型 | |
| enum | ACTION_TYPE { TYPE_NONE = 0 , TYPE_GOTO = 1 , TYPE_GOTO_R = 2 , TYPE_LAUNCH = 4 , TYPE_URI = 6 , TYPE_JAVASCRIPT = 14 , TYPE_UNKNOWN = 100 } |
PDFのLaunchアクションを表現したクラスです。
PtlActionLaunch.h の 18 行目に定義があります。
| PdfTk::PtlActionLaunch::PtlActionLaunch | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlActionLaunch::PtlActionLaunch | ( | const PtlActionLaunch & | obj | ) |
| const PtlParamString & PdfTk::PtlActionLaunch::getFileName | ( | ) |
| bool PdfTk::PtlActionLaunch::getNewWindowFlag | ( | ) | const |
| 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 |