PDFTool.NET
6.0
Include
PdfTkNet
NetActionLaunch.h
1
10
#ifndef PDFTK_NET_PTLACTION_LAUNCH_H_
11
#define PDFTK_NET_PTLACTION_LAUNCH_H_
12
13
#include <PdfTkNet/NetTk.h>
14
#include "NetAction.h"
15
16
namespace
PdfTkNet {
17
22
public ref class
PtlActionLaunch
:
public
PtlAction
23
{
24
public
:
29
PtlActionLaunch
();
30
37
PtlActionLaunch
(
PtlActionLaunch
^ obj);
38
42
‾PtlActionLaunch
();
43
47
!
PtlActionLaunch
();
48
49
public
:
55
PtlActionLaunch
^
operator=
(
PtlActionLaunch
^ obj);
56
57
public
:
63
String^
getFileName
();
64
72
void
setFileName
(String^ filename);
73
74
public
:
82
bool
getNewWindowFlag
();
83
91
void
setNewWindowFlag
(
bool
flag);
92
};
93
94
}
// namespace PdfTkNet
95
96
#endif // PDFTK_NET_PTLACTION_LAUNCH_H_
PdfTkNet::PtlActionLaunch::PtlActionLaunch
PtlActionLaunch()
コンストラクタ
PdfTkNet::PtlActionLaunch::getNewWindowFlag
bool getNewWindowFlag()
新ウィンドウフラグを取得。
PdfTkNet::PtlActionLaunch::setFileName
void setFileName(String^ filename)
起動ファイル名を設定。
PdfTkNet::PtlActionLaunch::setNewWindowFlag
void setNewWindowFlag(bool flag)
新ウィンドウフラグを設定。
PdfTkNet::PtlActionLaunch
PDFのLaunchアクションを表現したクラスです。
Definition:
NetActionLaunch.h:23
PdfTkNet::PtlActionLaunch::getFileName
String getFileName()
起動ファイル名を取得。
PdfTkNet::PtlActionLaunch::PtlActionLaunch
PtlActionLaunch(PtlActionLaunch^ obj)
コピーコンストラクタ alias copy
PdfTkNet::PtlAction
PDFのアクションを表現したクラスです。 すべてのアクションクラスのベースクラスです。
Definition:
NetAction.h:24
PdfTkNet::PtlActionLaunch::‾PtlActionLaunch
‾PtlActionLaunch()
デストラクタ
PdfTkNet::PtlActionLaunch::operator=
PtlActionLaunch operator=(PtlActionLaunch^ obj)
コピーオペレータ alias copy
Generated by
1.8.18