PDFTool  7.0
PtlCustomProperty.h
1 // PtlCustomProperty.h
3 // Copyright (C) 2018 Antenna House,Inc.
4 // All rights reserved.
6 #ifndef PDFTK_PTLCUSTOMPROPERTY_H_
7 #define PDFTK_PTLCUSTOMPROPERTY_H_
8 
9 #include "PtlParamString.h"
10 
11 namespace PdfTk {
12 
17 class PDFTK_API PtlCustomProperty
18 {
19 private:
20  int m_dataCustomProperty;
21 public:
22  int getHandle() const;
23 
24 public:
30 
37  PtlCustomProperty(const PtlParamString& name, const PtlParamString& value);
38 
46 
51 
52 public:
59 
60 public:
69 
78 };
79 
80 }
81 
82 #endif // PDFTK_PTLCUSTOMPROPERTY_H_
83 
PdfTk::PtlCustomProperty
カスタムプロパティを表現するクラスです。
Definition: PtlCustomProperty.h:18
PdfTk::PtlCustomProperty::operator=
PtlCustomProperty & operator=(const PtlCustomProperty &obj)
コピーオペレータ alias copy
PdfTk::PtlCustomProperty::getName
PtlParamString getName() const
カスタムプロパティの名前を取得。
PdfTk::PtlCustomProperty::getValue
PtlParamString getValue() const
カスタムプロパティの値を取得。
PdfTk::PtlParamString
文字列を扱うクラスです。
Definition: PtlParamString.h:27
PdfTk::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty()
コンストラクタ
PdfTk::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty(const PtlParamString &name, const PtlParamString &value)
コンストラクタ
PdfTk::PtlCustomProperty::‾PtlCustomProperty
‾PtlCustomProperty()
デストラクタ
PdfTk::PtlCustomProperty::PtlCustomProperty
PtlCustomProperty(const PtlCustomProperty &obj)
コピーコンストラクタ alias copy