PDFTool
7.0
|
カスタムプロパティを表現するクラスです。 More...
#include <PtlCustomProperty.h>
Public Member Functions | |
int | getHandle () const |
PtlCustomProperty () | |
コンストラクタ More... | |
PtlCustomProperty (const PtlParamString &name, const PtlParamString &value) | |
コンストラクタ More... | |
PtlCustomProperty (const PtlCustomProperty &obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlCustomProperty () | |
デストラクタ | |
PtlCustomProperty & | operator= (const PtlCustomProperty &obj) |
コピーオペレータ alias copy More... | |
PtlParamString | getName () const |
カスタムプロパティの名前を取得。 More... | |
PtlParamString | getValue () const |
カスタムプロパティの値を取得。 More... | |
カスタムプロパティを表現するクラスです。
PdfTk::PtlCustomProperty::PtlCustomProperty | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlCustomProperty::PtlCustomProperty | ( | const PtlParamString & | name, |
const PtlParamString & | value | ||
) |
PdfTk::PtlCustomProperty::PtlCustomProperty | ( | const PtlCustomProperty & | obj | ) |
PtlParamString PdfTk::PtlCustomProperty::getName | ( | ) | const |
PtlParamString PdfTk::PtlCustomProperty::getValue | ( | ) | const |
PtlCustomProperty& PdfTk::PtlCustomProperty::operator= | ( | const PtlCustomProperty & | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |