PDFTool.NET 7.0
PdfTkNet::PtlActionLaunch Class Reference

PDFのLaunchアクションを表現したクラスです。 More...

#include <NetActionLaunch.h>

Inheritance diagram for PdfTkNet::PtlActionLaunch:
Collaboration diagram for PdfTkNet::PtlActionLaunch:

Public Member Functions

 PtlActionLaunch ()
 コンストラクタ
 PtlActionLaunch (PtlActionLaunch^ obj)
 コピーコンストラクタ alias copy
 ‾PtlActionLaunch ()
 デストラクタ
 !PtlActionLaunch ()
 ファイナライザ。
PtlActionLaunch operator= (PtlActionLaunch^ obj)
 コピーオペレータ alias copy
String getFileName ()
 起動ファイル名を取得。
void setFileName (String^ filename)
 起動ファイル名を設定。
bool getNewWindowFlag ()
 新ウィンドウフラグを取得。
void setNewWindowFlag (bool flag)
 新ウィンドウフラグを設定。
Public Member Functions inherited from PdfTkNet::PtlAction
PdfTk::PtlAction * getNative ()
 PtlAction (ACTION_TYPE type)
 コンストラクタ
 PtlAction::PtlAction (PtlAction^ obj)
 コピーコンストラクタ alias copy
 ‾PtlAction ()
 デストラクタ
 !PtlAction ()
 ファイナライザ。
PtlAction operator= (PtlAction^ obj)
 コピーオペレータ alias copy
ACTION_TYPE getType ()
 アクションタイプを取得。

Additional Inherited Members

Public Types inherited from PdfTkNet::PtlAction
enum class  ACTION_TYPE {
  TYPE_NONE = 0 , TYPE_GOTO = 1 , TYPE_GOTO_R = 2 , TYPE_LAUNCH = 4 ,
  TYPE_URI = 6 , TYPE_UNKNOWN = 100
}
 アクションのタイプ More...
Protected Attributes inherited from PdfTkNet::PtlAction
PdfTk::PtlAction * m_native

Detailed Description

PDFのLaunchアクションを表現したクラスです。

Constructor & Destructor Documentation

◆ PtlActionLaunch() [1/2]

PdfTkNet::PtlActionLaunch::PtlActionLaunch ( )

コンストラクタ

Exceptions
PtlException

◆ PtlActionLaunch() [2/2]

PdfTkNet::PtlActionLaunch::PtlActionLaunch ( PtlActionLaunch^ obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ getFileName()

String PdfTkNet::PtlActionLaunch::getFileName ( )

起動ファイル名を取得。

Returns
起動ファイル名
Exceptions
PtlException

◆ getNewWindowFlag()

bool PdfTkNet::PtlActionLaunch::getNewWindowFlag ( )

新ウィンドウフラグを取得。

宛先文書を新ウィンドウでオープンするかどうかのフラグを取得します。

Returns
true: 新ウィンドウでオープンする。false: しない。
Exceptions
PtlException

◆ operator=()

PtlActionLaunch PdfTkNet::PtlActionLaunch::operator= ( PtlActionLaunch^ obj)

コピーオペレータ alias copy

Parameters
objコピー元オブジェクト。

◆ setFileName()

void PdfTkNet::PtlActionLaunch::setFileName ( String^ filename)

起動ファイル名を設定。

Parameters
filename起動ファイル名
filenameにはファイル名もしくは相対パス指定することを推奨します。
Exceptions
PtlException

◆ setNewWindowFlag()

void PdfTkNet::PtlActionLaunch::setNewWindowFlag ( bool flag)

新ウィンドウフラグを設定。

宛先文書を新ウィンドウでオープンするかどうかのフラグを設定します。

Parameters
flagtrue: 新ウィンドウでオープンする。false: しない。
Exceptions
PtlException