Uses of Class
de.unirostock.sems.bives.markup.Typesetting
-
Packages that use Typesetting Package Description de.unirostock.sems.bives.api de.unirostock.sems.bives.markup -
-
Uses of Typesetting in de.unirostock.sems.bives.api
Methods in de.unirostock.sems.bives.api with parameters of type Typesetting Modifier and Type Method Description abstract String
Diff. getReport(Typesetting ts)
Returns the report providing an on markup processor.String
RegularDiff. getReport(Typesetting ts)
-
Uses of Typesetting in de.unirostock.sems.bives.markup
Subclasses of Typesetting in de.unirostock.sems.bives.markup Modifier and Type Class Description class
TypesettingHTML
The Class TypesettingHTML to typeset reports in HTML format.class
TypesettingMarkDown
The Class TypesettingMarkDown to typeset reports in MarkDown format.class
TypesettingReStructuredText
The Class TypesettingReStructuredText to typeset reports in ReStructuredText.
-