Interface TableBorderOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>, SdkBuilder<TableBorderOptions.Builder,TableBorderOptions>, SdkPojo
Enclosing class:
TableBorderOptions

public static interface TableBorderOptions.Builder extends SdkPojo, CopyableBuilder<TableBorderOptions.Builder,TableBorderOptions>
  • Method Details

    • 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.
    • style

      The style (none, solid) of a table border.

      Parameters:
      style - The style (none, solid) of a table border.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • style

      The style (none, solid) of a table border.

      Parameters:
      style - The style (none, solid) of a table border.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: