PDFTool
7.0
|
カスタムプロパティのコンテナを表現するクラスです。 More...
#include <PtlCustomProperties.h>
Public Member Functions | |
int | getHandle () const |
PtlCustomProperties () | |
コンストラクタ More... | |
PtlCustomProperties (const PtlCustomProperties &obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlCustomProperties () | |
デストラクタ | |
PtlCustomProperties & | operator= (const PtlCustomProperties &obj) |
コピーオペレータ alias copy More... | |
bool | isEmpty () const |
空かどうかを取得。 More... | |
int | getCount () const |
カスタムプロパティ数を取得。 More... | |
PtlCustomProperty | get (int index) |
カスタムプロパティを取得。 More... | |
void | append (const PtlCustomProperty &custProp) |
カスタムプロパティを追加。 More... | |
void | remove (int index) |
カスタムプロパティを削除。 More... | |
void | removeAll () |
カスタムプロパティを全て削除。 More... | |
カスタムプロパティのコンテナを表現するクラスです。
PdfTk::PtlCustomProperties::PtlCustomProperties | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlCustomProperties::PtlCustomProperties | ( | const PtlCustomProperties & | obj | ) |
void PdfTk::PtlCustomProperties::append | ( | const PtlCustomProperty & | custProp | ) |
PtlCustomProperty PdfTk::PtlCustomProperties::get | ( | int | index | ) |
カスタムプロパティを取得。
指定した番号のカスタムプロパティを取得します。
index | Index番号。0が先頭。 indexが負やカスタムプロパティ数以上の場合は、例外が発生します。 |
PtlException |
int PdfTk::PtlCustomProperties::getCount | ( | ) | const |
bool PdfTk::PtlCustomProperties::isEmpty | ( | ) | const |
PtlCustomProperties& PdfTk::PtlCustomProperties::operator= | ( | const PtlCustomProperties & | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |
void PdfTk::PtlCustomProperties::remove | ( | int | index | ) |
カスタムプロパティを削除。
指定した番号のカスタムプロパティを削除します。
index | 削除するIndex番号。0が先頭。 indexが負やカスタムプロパティ数以上の場合は、例外が発生します。 |
PtlException |
void PdfTk::PtlCustomProperties::removeAll | ( | ) |
カスタムプロパティを全て削除。
PtlException |