Interface InlineElement
-
- All Known Implementing Classes:
LineBreakElement
,LinkElement
,TextElement
@PublicEvolving public interface InlineElement
Part of description that represents an element inside a block e.g. a link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
format(Formatter formatter)
Transforms itself into String representation using given format.
-
-
-
Method Detail
-
format
void format(Formatter formatter)
Transforms itself into String representation using given format.- Parameters:
formatter
- formatter to use.
-
-