6#ifndef PDFTK_PTLFIELD_CHOICE_H_
7#define PDFTK_PTLFIELD_CHOICE_H_
PtlFieldChoice(FIELD_TYPE type)
コンストラクタ
PtlFieldChoice(const PtlFieldChoice &obj)
コピーコンストラクタ alias copy
const PtlParamString & getValue()
フィールドに設定されている文字を取得。
PtlFieldChoice & operator=(const PtlFieldChoice &obj)
コピーオペレータ alias copy
void setFont(const PtlParamFont &font)
選択オプションのフォントの設定。
PtlFieldOptItems & getOptItems()
選択オプションのオプションアイテムコンテナを取得。
void setDefaultValue(const PtlParamString &value)
フィールドにデフォルト値を設定。
void setValue(const PtlParamString &value)
フィールドに値を設定。
PtlField(FIELD_TYPE type)
コンストラクタ