![]() |
Vanilla.PDF
2.3.0
Cross-platform toolkit for creating and modifying PDF documents
|
This file contains class definitions for interactive form fields. More...
Go to the source code of this file.
Enumerations | |
| enum | FieldType { FieldType_Undefined = 0 , FieldType_NonTerminal , FieldType_Button , FieldType_Text , FieldType_Choice , FieldType_Signature } |
| Available types of fields. More... | |
| enum | FieldFlags { FieldFlags_None = 0 , FieldFlags_ReadOnly = (1 << 0) , FieldFlags_Required = (1 << 1) , FieldFlags_NoExport = (1 << 2) , FieldFlags_Radio = (1 << 15) , FieldFlags_PushButton = (1 << 16) , FieldFlags_Multiline = (1 << 12) , FieldFlags_Password = (1 << 13) , FieldFlags_Combo = (1 << 17) , FieldFlags_Edit = (1 << 18) , FieldFlags_Sort = (1 << 19) } |
| Bit flags common to all field types (PDF 32000-1:2008, Table 221) More... | |
This file contains class definitions for interactive form fields.