|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlCustomProperty.h>
公開メンバ関数 | |
| int | getHandle () const |
| PtlCustomProperty () | |
| コンストラクタ | |
| PtlCustomProperty (const PtlParamString &name, const PtlParamString &value) | |
| コンストラクタ | |
| PtlCustomProperty (const PtlCustomProperty &obj) | |
| コピーコンストラクタ alias copy | |
| ~PtlCustomProperty () | |
| デストラクタ | |
| PtlCustomProperty & | operator= (const PtlCustomProperty &obj) |
| コピーオペレータ alias copy | |
| const PtlParamString & | getName () |
| カスタムプロパティの名前を取得。 | |
| const PtlParamString & | getValue () |
| カスタムプロパティの値を取得。 | |
カスタムプロパティを表現するクラスです。
PtlCustomProperty.h の 17 行目に定義があります。
| PdfTk::PtlCustomProperty::PtlCustomProperty | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlCustomProperty::PtlCustomProperty | ( | const PtlParamString & | name, |
| const PtlParamString & | value ) |
| PdfTk::PtlCustomProperty::PtlCustomProperty | ( | const PtlCustomProperty & | obj | ) |
| const PtlParamString & PdfTk::PtlCustomProperty::getName | ( | ) |
| const PtlParamString & PdfTk::PtlCustomProperty::getValue | ( | ) |
| PtlCustomProperty & PdfTk::PtlCustomProperty::operator= | ( | const PtlCustomProperty & | obj | ) |
コピーオペレータ alias copy
| obj | コピー元オブジェクト。 |