Antenna House PDF Tool API (C++) 8.0
PdfTk::PtlCustomProperty クラス

#include <PtlCustomProperty.h>

公開メンバ関数

int getHandle () const
 PtlCustomProperty ()
 コンストラクタ
 PtlCustomProperty (const PtlParamString &name, const PtlParamString &value)
 コンストラクタ
 PtlCustomProperty (const PtlCustomProperty &obj)
 コピーコンストラクタ alias copy
 ~PtlCustomProperty ()
 デストラクタ
PtlCustomPropertyoperator= (const PtlCustomProperty &obj)
 コピーオペレータ alias copy
const PtlParamStringgetName ()
 カスタムプロパティの名前を取得。
const PtlParamStringgetValue ()
 カスタムプロパティの値を取得。

詳解

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

PtlCustomProperty.h17 行目に定義があります。

構築子と解体子

◆ PtlCustomProperty() [1/3]

PdfTk::PtlCustomProperty::PtlCustomProperty ( )

コンストラクタ

例外
PtlException

◆ PtlCustomProperty() [2/3]

PdfTk::PtlCustomProperty::PtlCustomProperty ( const PtlParamString & name,
const PtlParamString & value )

コンストラクタ

引数
name名前
value
例外
PtlException

◆ PtlCustomProperty() [3/3]

PdfTk::PtlCustomProperty::PtlCustomProperty ( const PtlCustomProperty & obj)

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

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

関数詳解

◆ getName()

const PtlParamString & PdfTk::PtlCustomProperty::getName ( )

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

カスタムプロパティの名前を取得します。

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

◆ getValue()

const PtlParamString & PdfTk::PtlCustomProperty::getValue ( )

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

カスタムプロパティの値を取得します。

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

◆ operator=()

PtlCustomProperty & PdfTk::PtlCustomProperty::operator= ( const PtlCustomProperty & obj)

コピーオペレータ alias copy

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