HasTableBorderExtensions

Contains extension methods for .

Contains extension methods for IHasTableBorder.

Methods

public static T Ascii2Border<T>(T obj)

Display another ASCII border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T AsciiBorder<T>(T obj)

Display an ASCII border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T AsciiDoubleHeadBorder<T>(T obj)

Display an ASCII border with a double header border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T Border<T>(T obj, TableBorder border)

Sets the border.

Parameters:

obj (T)
The object to set the border for.
border (TableBorder)
The border to use.

Returns:

The same instance so that multiple calls can be chained.

public static T DoubleBorder<T>(T obj)

Display a double border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T DoubleEdgeBorder<T>(T obj)

Display a border with a double edge.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T HeavyBorder<T>(T obj)

Display a heavy border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T HeavyEdgeBorder<T>(T obj)

Display a border with a heavy edge.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T HeavyHeadBorder<T>(T obj)

Display a border with a heavy header.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T HorizontalBorder<T>(T obj)

Display a simple border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T MarkdownBorder<T>(T obj)

Display a markdown border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T MinimalBorder<T>(T obj)

Display a minimal border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T MinimalDoubleHeadBorder<T>(T obj)

Display a minimal border with a double header border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T MinimalHeavyHeadBorder<T>(T obj)

Display a minimal border with a heavy head.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T MinimalistBorder<T>(T obj)

Display a minimalist border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T NoBorder<T>(T obj)

Do not display a border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T RoundedBorder<T>(T obj)

Display a rounded border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T SimpleBorder<T>(T obj)

Display a simple border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T SimpleHeavyBorder<T>(T obj)

Display a simple border with heavy lines.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.

public static T SquareBorder<T>(T obj)

Display a square border.

Parameters:

obj (T)
The object to set the border for.

Returns:

The same instance so that multiple calls can be chained.