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

    Modifier and Type
    Method
    Description
    void
    format(Formatter formatter)
    Transforms itself into String representation using given format.
  • Method Details

    • format

      void format(Formatter formatter)
      Transforms itself into String representation using given format.
      Parameters:
      formatter - formatter to use.