6#ifndef PDFTK_PTLCUSTOMPROPERTY_H_
7#define PDFTK_PTLCUSTOMPROPERTY_H_
9#include "PtlParamString.h"
20 int m_dataCustomProperty;
22 int getHandle()
const;
PtlCustomProperty(const PtlCustomProperty &obj)
コピーコンストラクタ alias copy
PtlParamString getName() const
カスタムプロパティの名前を取得。
‾PtlCustomProperty()
デストラクタ
PtlCustomProperty(const PtlParamString &name, const PtlParamString &value)
コンストラクタ
PtlCustomProperty()
コンストラクタ
PtlParamString getValue() const
カスタムプロパティの値を取得。
PtlCustomProperty & operator=(const PtlCustomProperty &obj)
コピーオペレータ alias copy
文字列を扱うクラスです。
Definition PtlParamString.h:27