Interface InlineElement
- All Known Implementing Classes:
LineBreakElement,LinkElement,TextElement
public interface InlineElement
Part of description that represents an element inside a block e.g. a link.
-
Method Summary
-
Method Details
-
format
Transforms itself into String representation using given format.- Parameters:
formatter- formatter to use.
-