OpConverterOptions class

Constructors

OpConverterOptions({String classPrefix = 'ql', bool? inlineStylesFlag = false, InlineStyles? inlineStyles, bool encodeHtml = true, String listItemTag = 'li', String paragraphTag = 'p', String? linkRel, String? linkTarget, bool? allowBackgroundClasses = false, String? customTag(String format, DeltaInsertOp op)?, Map<String, String>? customTagAttributes(DeltaInsertOp op)?, List<String>? customCssClasses(DeltaInsertOp op)?, List<String>? customCssStyles(DeltaInsertOp op)?})

Properties

allowBackgroundClasses bool?
getter/setter pair
classPrefix String
getter/setter pair
customCssClasses ↔ (List<String>? Function(DeltaInsertOp op)?)
getter/setter pair
customCssStyles ↔ (List<String>? Function(DeltaInsertOp op)?)
getter/setter pair
customTag ↔ (String? Function(String format, DeltaInsertOp op)?)
getter/setter pair
customTagAttributes ↔ (Map<String, String>? Function(DeltaInsertOp op)?)
getter/setter pair
encodeHtml bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inlineStyles InlineStyles?
getter/setter pair
inlineStylesFlag bool?
getter/setter pair
linkRel String?
getter/setter pair
linkTarget String?
getter/setter pair
listItemTag String
getter/setter pair
paragraphTag String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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