PSPDFChoiceFlag
Objective-C
enum PSPDFChoiceFlag {}
Swift
struct ChoiceFlag : OptionSet
Form field flags specific to choice fields, matching bit positions in the PDF specification.
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagCombo = 1 << (18 - 1)
Swift
static var combo: ChoiceFormElement.ChoiceFlag { get }
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagEdit = 1 << (19 - 1)
Swift
static var edit: ChoiceFormElement.ChoiceFlag { get }
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagSort = 1 << (20 - 1)
Swift
static var sort: ChoiceFormElement.ChoiceFlag { get }
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagMultiSelect = 1 << (22 - 1)
Swift
static var multiSelect: ChoiceFormElement.ChoiceFlag { get }
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagDoNotSpellCheck = 1 << (23 - 1)
Swift
static var doNotSpellCheck: ChoiceFormElement.ChoiceFlag { get }
-
Undocumented
Declaration
Objective-C
PSPDFChoiceFlagCommitOnSelChange = 1 << (27 - 1)
Swift
static var commitOnSelChange: ChoiceFormElement.ChoiceFlag { get }