#include <sprk_publish.h>
Public Types | |
| enum | Type { Type::Text, Type::Button, Type::DropDown, Type::ListBox, Type::CheckBox, Type::RadioButton, Type::DigitalSignature, Type::BarCode } |
The Publish::Field class is a concept class for field-related enumerations.
|
strong |
Enumerates the field types that Publish can identify in a PDF.
| Enumerator | |
|---|---|
| Text |
Text field (kA3DPDFText) |
| Button |
Button field (kA3DPDFButton) |
| DropDown |
Drop-down field (kA3DPDFDropDown) |
| ListBox |
List box field (kA3DPDFListBox) |
| CheckBox |
Check box field (kA3DPDFCheckBox) |
| RadioButton |
Radio button field (kA3DPDFRadioButton) |
| DigitalSignature |
Digital signature field (kA3DPDFDigitalSignature) |
| BarCode |
Bar code field (kA3DPDFBarCode) |