PdfFieldFlags enum
Values
- readOnly → const PdfFieldFlags
-
1 - If set, the user may not change the value of the field.
- mandatory → const PdfFieldFlags
-
2 - If set, the field shall have a value at the time it is exported by a submit-form action.
- noExport → const PdfFieldFlags
-
3 - If set, the field shall not be exported by a submit-form action.
- reserved4 → const PdfFieldFlags
-
4
- reserved5 → const PdfFieldFlags
-
5
- reserved6 → const PdfFieldFlags
-
6
- reserved7 → const PdfFieldFlags
-
7
- reserved8 → const PdfFieldFlags
-
8
- reserved9 → const PdfFieldFlags
-
9
- reserved10 → const PdfFieldFlags
-
10
- reserved11 → const PdfFieldFlags
-
11
- reserved12 → const PdfFieldFlags
-
12
- multiline → const PdfFieldFlags
-
13 - If set, the field may contain multiple lines of text; if clear, the field’s text shall be restricted to a single line.
- password → const PdfFieldFlags
-
14 - If set, the field is intended for entering a secure password that should not be echoed visibly to the screen. Characters typed from the keyboard shall instead be echoed in some unreadable form, such as asterisks or bullet characters.
- noToggleToOff → const PdfFieldFlags
-
15 - If set, exactly one radio button shall be selected at all times.
- radio → const PdfFieldFlags
-
16 - If set, the field is a set of radio buttons; if clear, the field is a check box.
- pushButton → const PdfFieldFlags
-
17 - If set, the field is a pushbutton that does not retain a permanent value.
- combo → const PdfFieldFlags
-
18 - If set, the field is a combo box; if clear, the field is a list box.
- edit → const PdfFieldFlags
-
19 - If set, the combo box shall include an editable text box as well as a drop-down list
- sort → const PdfFieldFlags
-
20 - If set, the field’s option items shall be sorted alphabetically.
- fileSelect → const PdfFieldFlags
-
21 - If set, the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
- multiSelect → const PdfFieldFlags
-
22 - If set, more than one of the field’s option items may be selected simultaneously
- doNotSpellCheck → const PdfFieldFlags
-
23 - If set, text entered in the field shall not be spell-checked.
- doNotScroll → const PdfFieldFlags
-
24 - If set, the field shall not scroll to accommodate more text than fits within its annotation rectangle.
- comb → const PdfFieldFlags
-
25 - If set, the field shall be automatically divided into as many equally spaced positions, or combs, as the value of MaxLen, and the text is laid out into those combs.
- radiosInUnison → const PdfFieldFlags
-
26 - If set, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison.
- commitOnSelChange → const PdfFieldFlags
-
27 - If set, the new value shall be committed as soon as a selection is made.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfFieldFlags> - A constant List of the values in this enum, in order of their declaration.