FoxitPDFSDKforWeb v11.0.2
Foxit PDF SDK for Web
|
Enumerations | |
enum | Field_Flag { ReadOnly = 1, Required = 2, NoExport = 4 , ButtonNoToggleToOff = 16384, ButtonRadiosInUnison = 33554432, TextMultiline = 4096, TextPassword = 8192, TextDoNotSpellCheck = 4194304, TextDoNotScroll = 8388608, TextComb = 16777216, ComboEdit = 262144, ChoiceMultiSelect = 2097152, CommitOnSelChange = 67108864 } |
Enumeration for PDF Form Field flags. More... | |
enum | Field_Type { Unknown = 0, PushButton = 1, CheckBox = 2, RadioButton = 3, Text = 6, ListBox = 5, ComboBox = 4, Sign = 7, Barcode = 8 } |
Enumeration for PDF Form Field type. More... | |
enum | FieldCalculateType { NOT_CALCULATED = 0, CALCULATE_WITH_FIELDS = 1, FIMPLIFIED_FIELD_NOTATION = 2, CUSTOM_CALCULATE_SCRIPT = 3 } |
The type of calculate info for a field. More... | |
enum | FieldFlag { ReadOnly = 1, Required = 2, NoExport = 4 , ButtonNoToggleToOff = 16384, ButtonRadiosInUnison = 33554432, TextMultiline = 4096, TextPassword = 8192, TextDoNotSpellCheck = 4194304, TextDoNotScroll = 8388608, TextComb = 16777216, ComboEdit = 262144, ChoiceMultiSelect = 2097152, CommitOnSelChange = 67108864 } |
Enumeration for PDF Form Field flags. More... | |
enum | FieldType { Unknown = 0, PushButton = 1, CheckBox = 2, RadioButton = 3, Text = 6, ListBox = 5, ComboBox = 4, Sign = 7, Barcode = 8 } |
Enumeration for PDF Form Field type. More... | |
enum | FormatCategory { NONE = 'none', NUMBER = 'number', PERCENTAGE = 'percentage', DATE = 'date', TIME = 'time', SPECIAL = 'special', CUSTOM = 'custom' } |
Format categories for PDF form field format actions. More... | |
enum | FormWidgetRotation { ROTATION_0 = 0, ROTATION_90 = 1, ROTATION_180 = 2, ROTATION_270 = 3, UNKNOWN = 4 } |
The rotation of a widget. More... | |
enum | MDPActionType { NONE = 'none', ALL = 'all', INCLUDE = 'include', EXCLUDE = 'exclude', CUSTOM = 'custom' } |
MDP (Modification Detection and Prevention) action types for PDF form fields. More... | |
enum | Signature_Type { ordinary = 0, pagingSeal = 4 } |
Enumeration for PDF signature type. More... | |
enum | SpecialFormatEnum { ZIP_CODE = 0, ZIP_CODE_4 = 1, PHONE_NUMBER = 2, SOCIAL_SECURITY_NUMBER = 3 } |
Enum for special formats such as zip code or phone number. More... | |
enum | TimeFormatEnum { HH_MM = 0, h_MM_tt = 1, HH_MM_ss = 2, h_MM_ss_tt = 3 } |
Enum for time format. More... | |
enum | ValidateTypeEnum { NONE = 'none', RANGE = 'range', CUSTOM = 'custom' } |
Validation type enumeration for form fields. More... | |
pdf related constants
enum Field_Flag |
Enumeration for PDF Form Field flags.
enum Field_Type |
Enumeration for PDF Form Field type.
enum FieldCalculateType |
The type of calculate info for a field.
enum FieldFlag |
Enumeration for PDF Form Field flags.
enum FieldType |
Enumeration for PDF Form Field type.
enum FormatCategory |
Format categories for PDF form field format actions.
enum FormWidgetRotation |
The rotation of a widget.
FormWidgetRotation is an enumeration that represents the rotation of a widget.
Enumerator | |
---|---|
ROTATION_0 | No rotation. |
ROTATION_90 | Rotate 90 degrees clockwise. |
ROTATION_180 | Rotate 180 degrees clockwise. |
ROTATION_270 | Rotate 270 degrees clockwise. |
UNKNOWN | Unknown rotation. |
enum MDPActionType |
MDP (Modification Detection and Prevention) action types for PDF form fields.
These types represent the different options for MDP actions that can be applied to form fields, such as all, include, exclude, or custom MDP actions.
enum Signature_Type |
enum SpecialFormatEnum |
enum TimeFormatEnum |
enum ValidateTypeEnum |
Validation type enumeration for form fields.
This enumeration represents the types of validation that can be applied to form fields, including no validation, range validation, and custom JavaScript validation.
Enumerator | |
---|---|
NONE | No validation is applied. |
RANGE | Validation is based on a range of values. |
CUSTOM | Validation is based on a custom JavaScript expression. |