Class SectionName

java.lang.Object
com.teamten.markdown.Span
com.teamten.markdown.SectionName

public class SectionName extends Span
Something like "Chapter 7" for a chapter. Used to display it nicely in different places.
  • Constructor Details

    • SectionName

      public SectionName(@NotNull @NotNull String[] words)
  • Method Details

    • getWords

      @NotNull public @NotNull String getWords()
    • getLastWord

      @NotNull public @NotNull String getLastWord()