OpToHtmlConverter class

Converts a single Delta op to HTML.

Constructors

OpToHtmlConverter(DeltaInsertOp op, [OpConverterOptions? options])

Properties

hashCode int
The hash code for this object.
no setterinherited
op DeltaInsertOp
final
options OpConverterOptions
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContent() String
getCssClasses() List<String>
getCssStyles() List<String>
getCustomCssClasses() List<String>?
getCustomCssStyles() List<String>?
getCustomTag(String format) String?
getCustomTagAttributes() Map<String, String>?
getHtml() String
getHtmlParts() HtmlParts
getLinkAttrs() List<TagKeyValue>
getTagAttributes() List<TagKeyValue>
getTags() List<String>
makeAttr(String k, String v) → TagKeyValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefixClass(String className) String
toString() String
A string representation of this object.
inherited

Operators

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