Flag to control if the field can be rotated.
Flag to control if the field can be resized.
Flag to control if the z-index of the field can be adjusted.
Flag to control if the field can be deleted (either with the UI or the 'Delete' key).
Flag to control if the selected field can show the popup dialog specific to that field type.
Flag to control if the field should be used when layouts are applied. If the field does not participate, the contents of the field are ignored when transfering data. When layouts are generated, those fields will be ignored too.
Flag to control if the field should be added to the print output. If this flag is set, the field would not appear in the output even if the field is visible. This flag will also control the preview - and that means that it would also mean the field would not show up there either.
Flag to control if the field can be selected. If disabled, the field will not interact with the mouse and cannot be selected. Fields below the current field can then be interacted with.
Flag to control if the text is editable. If false, the text cannot be changed.
Flag to control if the text should be preserved/maintained when switching layouts. If false, the text will be replaced via the layout mapping.
The movement mode controls how the field can be moved.
Flag to control if this field supports rich text. If false, the text will be plain text only.
Only relevant if doNotPrint is set to true. This flag controls if the field should be shown in the preview despite 'doNotPrint' being set to true.
The editor will establish the default zoom level for all fields to ensure everything is visible initially. This flag allows to ignore the current field when calculating the zoom level.
Generated using TypeDoc
Text field restrictions extend the base restrictions.