6#ifndef PDFTK_PTLCUSTOMPROPERTIES_H_
7#define PDFTK_PTLCUSTOMPROPERTIES_H_
9#include "PtlCustomProperty.h"
20 int m_dataCustomProperties;
22 int getHandle()
const;
bool isEmpty() const
空かどうかを取得。
void removeAll()
カスタムプロパティを全て削除。
PtlCustomProperties & operator=(const PtlCustomProperties &obj)
コピーオペレータ alias copy
PtlCustomProperty get(int index)
カスタムプロパティを取得。
void remove(int index)
カスタムプロパティを削除。
~PtlCustomProperties()
デストラクタ
PtlCustomProperties(const PtlCustomProperties &obj)
コピーコンストラクタ alias copy
int getCount() const
カスタムプロパティ数を取得。
PtlCustomProperties()
コンストラクタ
void append(const PtlCustomProperty &custProp)
カスタムプロパティを追加。