ConverterConfigurator<D, T> class abstract

Use this class if you want to create your own PDF configurator implementation instead Converter

Inheritance
Implementers

Constructors

ConverterConfigurator({required D document})

Properties

document → D
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rules List<Rule>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

customRules(List<Rule> customRules, {bool clearDefaultRules = false}) → void
This fuction let us add new rules as we wants. We can clear the default rules, or just write our rules. You can check html2md documentation about here: https://github.com/jarontai/html2md
inherited
generateDoc() Future<T>
This functions generates the document
inherited
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