MarkDownDoc class

Inheritance
Mixed-in types

Properties

hashCode int
The hash code for this object.
no setterinherited
kind MarkDownElmKind
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(MarkDownElm content) MarkDownElm
inherited
calalFase() MarkDownElm
inherited
cow() MarkDownElm?
inherited
dispacher(MarkDownElm intent) MarkDownElm
inherited
finalyHTMLString() String
inherited
finalyMarkDownString() String
inherited
getNthElm(int ind) MarkDownElm
inherited
getNthElmKind(int ind) MarkDownElmKind
inherited
isIncludable(MarkDownElmKind kind) bool
inherited
isNthElmTheKind(int ind, MarkDownElmKind kind) bool
inherited
linker(LinkingSource link) MarkDownElm
inherited
makeBiblio() MarkDownDoc
makeFoots() MarkDownDoc
makeTOC() MarkDownDoc
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCfg(Configure cfgs) MarkDownElm
inherited
toHTMLString() String
inherited
toMarkDownString() String
inherited
toString() String
A string representation of this object.
inherited
write([String path, dynamic file]) → dynamic
writeAsync([String path, dynamic file]) Future

Operators

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