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