Interface TableBorderOptions.Builder

    • Method Detail

      • color

        TableBorderOptions.Builder color​(String color)

        The color of a table border.

        Parameters:
        color - The color of a table border.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thickness

        TableBorderOptions.Builder thickness​(Integer thickness)

        The thickness of a table border.

        Parameters:
        thickness - The thickness of a table border.
        Returns:
        Returns a reference to this object so that method calls can be chained together.