Interface TableTail<T>

    • Method Detail

      • getBottomLeftEdge

        T getBottomLeftEdge()
        Returns the table row's bottom left edge character, for example "╞" (head) or "╘" (tail).
        Returns:
        The bottom left edge character.
      • getBottomLine

        T getBottomLine()
        Returns the table row's bottom line character, for example "═".
        Returns:
        The bottom line character.