PDFTool.NET  6.0
NetCustomProperty.h
1 
10 #ifndef PDFTK_NET_PTLCUSTOMPROPERTY_H_
11 #define PDFTK_NET_PTLCUSTOMPROPERTY_H_
12 
13 #include <PdfTkNet/NetTk.h>
14 
15 namespace PdfTkNet {
16 
21 public ref class PtlCustomProperty : public System::IDisposable
22 {
23 protected:
24  PdfTk::PtlCustomProperty* m_native;
25 public:
26  PdfTk::PtlCustomProperty* getNative() { return m_native; };
27 
28 public:
34 
41  PtlCustomProperty(String^ name, String^ value);
42 
50 
55 
60 
61 public:
68 
69 public:
77  String^ getName();
78 
86  String^ getValue();
87 };
88 
89 }
90 
91 #endif // PDFTK_NET_PTLCUSTOMPROPERTY_H_
PdfTkNet::PtlCustomProperty::getName
String getName()
カスタムプロパティの名前を取得。
PdfTkNet::PtlCustomProperty::‾PtlCustomProperty
‾PtlCustomProperty()
デストラクタ
PdfTkNet::PtlCustomProperty::operator=
PtlCustomProperty operator=(PtlCustomProperty^ obj)
コピーオペレータ alias copy
PdfTkNet::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty()
コンストラクタ
PdfTkNet::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty(String^ name, String^ value)
コンストラクタ
PdfTkNet::PtlCustomProperty::getValue
String getValue()
カスタムプロパティの値を取得。
PdfTkNet::PtlCustomProperty
カスタムプロパティのコンテナを表現するクラスです。
Definition: NetCustomProperty.h:22
PdfTkNet::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty(PtlCustomProperty^ obj)
コピーコンストラクタ alias copy