PDFTool
7.0
Include
PdfTk
PtlFormFieldValue.h
1
// PtlFormFieldValue.h
3
// Copyright (C) 2019 Antenna House,Inc.
4
// All rights reserved.
6
#ifndef PDFTK_PTLFORMFIELDVALUE_H_
7
#define PDFTK_PTLFORMFIELDVALUE_H_
8
9
#include "PdfTkBase.h"
10
11
namespace
PdfTk {
12
13
class
PtlParamString;
14
19
class
PDFTK_API
PtlFormFieldValue
20
{
21
private
:
22
int
m_dataFormFieldValue;
23
public
:
24
int
getHandle()
const
;
25
26
public
:
31
PtlFormFieldValue
();
32
39
PtlFormFieldValue
(
const
PtlFormFieldValue
& obj);
40
44
‾PtlFormFieldValue
();
45
46
public
:
52
PtlFormFieldValue
&
operator=
(
const
PtlFormFieldValue
& obj);
53
54
public
:
59
PtlParamString
getFieldName
()
const
;
60
65
PtlParamString
getValue
()
const
;
66
};
67
68
}
69
70
#endif
PdfTk::PtlFormFieldValue
フォームフィールドとその値を表現するクラスです。
Definition:
PtlFormFieldValue.h:20
PdfTk::PtlFormFieldValue::getValue
PtlParamString getValue() const
フォームフィールドの値を取得。
PdfTk::PtlFormFieldValue::PtlFormFieldValue
PtlFormFieldValue(const PtlFormFieldValue &obj)
コピーコンストラクタ alias copy
PdfTk::PtlFormFieldValue::‾PtlFormFieldValue
‾PtlFormFieldValue()
デストラクタ
PdfTk::PtlFormFieldValue::operator=
PtlFormFieldValue & operator=(const PtlFormFieldValue &obj)
コピーオペレータ alias copy
PdfTk::PtlParamString
文字列を扱うクラスです。
Definition:
PtlParamString.h:27
PdfTk::PtlFormFieldValue::PtlFormFieldValue
PtlFormFieldValue()
コンストラクタ
PdfTk::PtlFormFieldValue::getFieldName
PtlParamString getFieldName() const
フォームフィールド名を取得。
Generated by
1.8.18