Interface InlineElement
-
- All Known Implementing Classes:
LineBreakElement,LinkElement,TextElement
@PublicEvolving public interface InlineElementPart 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 voidformat(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.
-
-