This documentation is deprecated and will no longer be updated. Please use the official documentation at vanillapdf.readthedocs.io.
Vanilla.PDF  2.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_fields.h File Reference

This file contains class definitions for interactive form fields. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

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...
 

Detailed Description

This file contains class definitions for interactive form fields.