Interface BlockElement
- All Known Implementing Classes:
LineBreakElement,ListElement,TextElement
public interface BlockElement
Part of description that represents a block e.g. some text, linebreak or a list.
-
Method Summary
-
Method Details
-
format
Transforms itself into String representation using given format.- Parameters:
formatter- formatter to use.
-