Package org.daisy.dotify.api.formatter
Interface FormatterSequence
-
- All Superinterfaces:
BlockBuilder
,BlockContentBuilder
,FormatterCore
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, insertLeader, insertMarker, insertReference, newLine, startSpan, startStyle
-
Methods inherited from interface org.daisy.dotify.api.formatter.FormatterCore
beginsTableBody, beginsTableCell, beginsTableHeader, beginsTableRow, endTable, insertDynamicLayout, startTable
-
-