FieldOptions class

DTO for field options.

Implemented types

Constructors

FieldOptions()

Properties

builtInTemplatesPaths List<String?>?
getter/setter pair
currentUser UserInformation?
getter/setter pair
customTocStyleSeparator String?
getter/setter pair
defaultDocumentAuthor String?
getter/setter pair
fieldIndexFormat FieldOptions_FieldIndexFormatEnum?
getter/setter pair
fieldUpdateCultureName String?
getter/setter pair
fieldUpdateCultureSource FieldOptions_FieldUpdateCultureSourceEnum?
getter/setter pair
fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBidiTextSupportedOnUpdate bool?
getter/setter pair
legacyNumberFormat bool?
getter/setter pair
preProcessCultureName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateName String?
getter/setter pair
useInvariantCultureNumberFormat bool?
getter/setter pair

Methods

deserialize(Map<String, dynamic>? json) → void
override
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited