Antenna House PDF Tool API (.NET) 8.0
PdfTkNet::PtlCustomProperties クラス

#include <NetCustomProperties.h>

PdfTkNet::PtlCustomProperties の継承関係図
PdfTkNet::PtlCustomProperties 連携図

公開メンバ関数

PdfTk::PtlCustomProperties * getNative ()
 PtlCustomProperties ()
 コンストラクタ
 PtlCustomProperties (PtlCustomProperties^ obj)
 コピーコンストラクタ alias copy
 ~PtlCustomProperties ()
 デストラクタ
 !PtlCustomProperties ()
 ファイナライザ。
PtlCustomProperties operator= (PtlCustomProperties^ obj)
 コピーオペレータ alias copy
bool isEmpty ()
 空かどうかを取得。
int getCount ()
 カスタムプロパティ数を取得。
PtlCustomProperty get (int index)
 カスタムプロパティを取得。
void append (PtlCustomProperty^ custProp)
 カスタムプロパティを追加。
void remove (int index)
 カスタムプロパティを削除。
void removeAll ()
 カスタムプロパティを全て削除。

限定公開変数類

PdfTk::PtlCustomProperties * m_native

詳解

カスタムプロパティのコンテナを表現するクラスです。

構築子と解体子

◆ PtlCustomProperties() [1/2]

PdfTkNet::PtlCustomProperties::PtlCustomProperties ( )

コンストラクタ

例外
PtlException

◆ PtlCustomProperties() [2/2]

PdfTkNet::PtlCustomProperties::PtlCustomProperties ( PtlCustomProperties^ obj)

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

引数
objコピー元オブジェクト。
例外
PtlException

◆ ~PtlCustomProperties()

PdfTkNet::PtlCustomProperties::~PtlCustomProperties ( )

デストラクタ

◆ !PtlCustomProperties()

PdfTkNet::PtlCustomProperties::!PtlCustomProperties ( )

ファイナライザ。

メソッド詳解

◆ append()

void PdfTkNet::PtlCustomProperties::append ( PtlCustomProperty^ custProp)

カスタムプロパティを追加。

最後に、カスタムプロパティを追加します。

引数
custPropカスタムプロパティ
例外
PtlException

◆ get()

PtlCustomProperty PdfTkNet::PtlCustomProperties::get ( int index)

カスタムプロパティを取得。

指定した番号のカスタムプロパティを取得します。

引数
indexIndex番号。0が先頭。
indexが負やカスタムプロパティ数以上の場合は、例外が発生します。
戻り値
PtlCustomProperty。
例外
PtlException

◆ getCount()

int PdfTkNet::PtlCustomProperties::getCount ( )

カスタムプロパティ数を取得。

戻り値
カスタムプロパティ数。
例外
PtlException

◆ getNative()

PdfTk::PtlCustomProperties * PdfTkNet::PtlCustomProperties::getNative ( )

◆ isEmpty()

bool PdfTkNet::PtlCustomProperties::isEmpty ( )

空かどうかを取得。

戻り値
true: 空、false: 空ではない。
例外
PtlException

◆ operator=()

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

コピーオペレータ alias copy

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

◆ remove()

void PdfTkNet::PtlCustomProperties::remove ( int index)

カスタムプロパティを削除。

指定した番号のカスタムプロパティを削除します。

引数
index削除するIndex番号。0が先頭。
indexが負やカスタムプロパティ数以上の場合は、例外が発生します。
例外
PtlException

◆ removeAll()

void PdfTkNet::PtlCustomProperties::removeAll ( )

カスタムプロパティを全て削除。

例外
PtlException

メンバ詳解

◆ m_native

PdfTk::PtlCustomProperties* PdfTkNet::PtlCustomProperties::m_native
protected