#include <PtlCustomProperties.h>
カスタムプロパティのコンテナを表現するクラスです。
PtlCustomProperties.h の 17 行目に定義があります。
◆ PtlCustomProperties() [1/2]
PdfTk::PtlCustomProperties::PtlCustomProperties |
( |
| ) |
|
◆ PtlCustomProperties() [2/2]
コピーコンストラクタ alias copy
- 引数
-
- 例外
-
◆ append()
カスタムプロパティを追加。
最後に、カスタムプロパティを追加します。
- 引数
-
- 例外
-
◆ get()
カスタムプロパティを取得。
指定した番号のカスタムプロパティを取得します。
- 引数
-
index | Index番号。0が先頭。
indexが負やカスタムプロパティ数以上の場合は、例外が発生します。 |
- 戻り値
- PtlCustomProperty。
- 例外
-
◆ getCount()
int PdfTk::PtlCustomProperties::getCount |
( |
| ) |
const |
カスタムプロパティ数を取得。
- 戻り値
- カスタムプロパティ数。
- 例外
-
◆ isEmpty()
bool PdfTk::PtlCustomProperties::isEmpty |
( |
| ) |
const |
空かどうかを取得。
- 戻り値
- true: 空、false: 空ではない。
- 例外
-
◆ operator=()
◆ remove()
void PdfTk::PtlCustomProperties::remove |
( |
int | index | ) |
|
カスタムプロパティを削除。
指定した番号のカスタムプロパティを削除します。
- 引数
-
index | 削除するIndex番号。0が先頭。
indexが負やカスタムプロパティ数以上の場合は、例外が発生します。 |
- 例外
-
◆ removeAll()
void PdfTk::PtlCustomProperties::removeAll |
( |
| ) |
|