PDFTool  7.0
Public Member Functions | List of all members
PdfTk::PtlCustomProperty Class Reference

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

#include <PtlCustomProperty.h>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PtlCustomProperty() [1/3]

PdfTk::PtlCustomProperty::PtlCustomProperty ( )

コンストラクタ

Exceptions
PtlException

◆ PtlCustomProperty() [2/3]

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

コンストラクタ

Parameters
name名前
value
Exceptions
PtlException

◆ PtlCustomProperty() [3/3]

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

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

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

Member Function Documentation

◆ getName()

PtlParamString PdfTk::PtlCustomProperty::getName ( ) const

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

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

Returns
カスタムプロパティの名前。
Exceptions
PtlException

◆ getValue()

PtlParamString PdfTk::PtlCustomProperty::getValue ( ) const

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

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

Returns
カスタムプロパティの値。
Exceptions
PtlException

◆ operator=()

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

コピーオペレータ alias copy

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