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
~PtlCustomProperty()
デストラクタ
PtlCustomProperty(const PtlParamString &name, const PtlParamString &value)
コンストラクタ
PtlCustomProperty()
コンストラクタ
const PtlParamString & getName()
カスタムプロパティの名前を取得。
PtlCustomProperty & operator=(const PtlCustomProperty &obj)
コピーオペレータ alias copy
const PtlParamString & getValue()
カスタムプロパティの値を取得。