Package org.daisy.dotify.api.formatter
Interface FormatterSequence
-
- All Superinterfaces:
BlockBuilder
,BlockContentBuilder
,FormatterCore
- All Known Implementing Classes:
BlockSequence
public interface FormatterSequence extends FormatterCore
Provides an interface for a formatter sequence.
-
-
Method Summary
-
Methods inherited from interface org.daisy.dotify.api.formatter.BlockBuilder
endBlock, startBlock, startBlock
-
Methods inherited from interface org.daisy.dotify.api.formatter.BlockContentBuilder
addChars, endSpan, endStyle, insertAnchor, insertEvaluate, insertExternalReference, insertLeader, insertMarker, insertMarkerReference, insertPageReference, newLine, startSpan, startStyle
-
Methods inherited from interface org.daisy.dotify.api.formatter.FormatterCore
beginsTableBody, beginsTableCell, beginsTableHeader, beginsTableRow, endTable, insertDynamicLayout, startTable
-
-