PDFTool.NET  6.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlCustomProperty Class Reference

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

#include <NetCustomProperty.h>

Inheritance diagram for PdfTkNet::PtlCustomProperty:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlCustomProperty:
Collaboration graph
[legend]

Public Member Functions

PdfTk::PtlCustomProperty * getNative ()
 
 PtlCustomProperty ()
 コンストラクタ More...
 
 PtlCustomProperty (String^ name, String^ value)
 コンストラクタ More...
 
 PtlCustomProperty (PtlCustomProperty^ obj)
 コピーコンストラクタ alias copy More...
 
 ‾PtlCustomProperty ()
 デストラクタ
 
 !PtlCustomProperty ()
 ファイナライザ。
 
PtlCustomProperty operator= (PtlCustomProperty^ obj)
 コピーオペレータ alias copy More...
 
String getName ()
 カスタムプロパティの名前を取得。 More...
 
String getValue ()
 カスタムプロパティの値を取得。 More...
 

Protected Attributes

PdfTk::PtlCustomProperty * m_native
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PtlCustomProperty() [1/3]

PdfTkNet::PtlCustomProperty::PtlCustomProperty ( )

コンストラクタ

Exceptions
PtlException

◆ PtlCustomProperty() [2/3]

PdfTkNet::PtlCustomProperty::PtlCustomProperty ( String^  name,
String^  value 
)

コンストラクタ

Parameters
name名前
value
Exceptions
PtlException

◆ PtlCustomProperty() [3/3]

PdfTkNet::PtlCustomProperty::PtlCustomProperty ( PtlCustomProperty obj)

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

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

Member Function Documentation

◆ getName()

String PdfTkNet::PtlCustomProperty::getName ( )

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

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

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

◆ getValue()

String PdfTkNet::PtlCustomProperty::getValue ( )

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

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

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

◆ operator=()

PtlCustomProperty PdfTkNet::PtlCustomProperty::operator= ( PtlCustomProperty obj)

コピーオペレータ alias copy

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