Interface AsciiDocModel.Inline

All Known Implementing Classes:
AsciiDocModel.Bold, AsciiDocModel.Italic, AsciiDocModel.Tab, AsciiDocModel.Text
Enclosing class:
AsciiDocModel

public static sealed interface AsciiDocModel.Inline permits AsciiDocModel.Text, AsciiDocModel.Bold, AsciiDocModel.Italic, AsciiDocModel.Tab
Inline fragment inside a paragraph/heading.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the text of the inline fragment.
  • Method Details

    • text

      String text()
      Returns the text of the inline fragment.
      Returns:
      text