PandocStringer class

Inheritance

Constructors

PandocStringer.new({Set<String> supportedFormats = const {"biblatex", "bibtex", "bits", "commonmark", "commonmark_x", "creole", "csljson", "csv", "djot", "docbook", "docx", "dokuwiki", "endnotexml", "epub", "fb2", "gfm", "haddock", "html", "ipynb", "jats", "jira", "latex", "man", "md", "markdown", "markdown_github", "markdown_mmd", "markdown_phpextra", "markdown_strict", "mdoc", "mediawiki", "muse", "native", "odt", "opml", "org", "pod", "ris", "rst", "rtf", "t2t", "textile", "tikiwiki", "tsv", "twiki", "typst", "vimwiki"}})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedFormats Set<String>
The set of file extensions that this stringer supports (e.g., {'pdf', 'docx'}).
finalinherited

Methods

isSupported(File file) bool
Checks if this stringer supports the given file based on its extension.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stream(File file) Stream<String>
Extracts text content from a file and returns it as a stream of strings.
override
toString() String
A string representation of this object.
inherited

Operators

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