Vanilla.PDF  2.0.0
Cross-platform toolkit for creating and modifying PDF documents

Field represents and interactive control within InteractiveFormHandle. More...

Classes

class  FieldCollectionHandle
 Collection of FieldHandle. More...
 
class  FieldHandle
 Base class for all fields. More...
 
class  NonTerminalFieldHandle
 Many field attributes are inheritable, meaning that if they are not explicitly specified for a given field, their values are taken from those of its parent in the field hierarchy. More...
 
class  ButtonFieldHandle
 A button field represents an interactive control on the screen that the user can manipulate with the mouse. More...
 
class  TextFieldHandle
 A text field is a box or space for text fill-in data typically entered from a keyboard. More...
 
class  ChoiceFieldHandle
 A choice field contains several text items, one or more of which shall be selected as the field value. More...
 
class  SignatureFieldHandle
 A signature field (PDF 1.3) is a form field that contains a digital signature. More...
 

Enumerations

enum  FieldType {
  FieldType_Undefined = 0 , FieldType_NonTerminal , FieldType_Button , FieldType_Text ,
  FieldType_Choice , FieldType_Signature
}
 Available types of fields. More...
 

Detailed Description

Field represents and interactive control within InteractiveFormHandle.

For more details please visit section 12.7.3 - Field Dictionaries and section 12.7.4 - Field Types.

Enumeration Type Documentation

◆ FieldType

enum FieldType

Available types of fields.

Enumerator
FieldType_NonTerminal 

Many field attributes are inheritable, meaning that if they are not explicitly specified for a given field, their values are taken from those of its parent in the field hierarchy.

See also
NonTerminalFieldHandle
FieldType_Button 

A button field represents an interactive control on the screen that the user can manipulate with the mouse.

See also
ButtonFieldHandle
FieldType_Text 

A text field is a box or space for text fill-in data typically entered from a keyboard.

See also
TextFieldHandle
FieldType_Choice 

A choice field contains several text items, one or more of which shall be selected as the field value.

See also
ChoiceFieldHandle
FieldType_Signature 

A signature field (PDF 1.3) is a form field that contains a digital signature.

See also
SignatureFieldHandle