MDDoc class

Inheritance
Mixed in types

Constructors

MDDoc()
MDDoc.fromList(List<MDElm> mdList)

Properties

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

Methods

add(MDElm content) MDElm
inherited
calalFase() MDElm
inherited
cow() MDElm?
inherited
dispacher(MDElm intent) MDElm
inherited
finalyHTMLString() String
inherited
finalyMDString() String
inherited
getNthElm(int ind) MDElm
inherited
getNthElmKind(int ind) MDElmKind
inherited
isIncludable(MDElmKind kind) bool
inherited
isNthElmTheKind(int ind, MDElmKind kind) bool
inherited
linker(dynamic link) MDElm
inherited
makeBiblio() MDDoc
makeFoots() MDDoc
makeTOC() MDDoc
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCfg(Configure cfgs) MDElm
inherited
toHTMLString() String
inherited
toMDString() 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