Module Origami::Field::Flags
In: sources/parser/acroform.rb

Flags relative to fields.

Constants

READONLY = 1 << 0
REQUIRED = 1 << 1
NOEXPORT = 1 << 2

[Validate]