Represents a Markdown border.
Properties
SupportsRowSeparator
: boolGets a value indicating whether the border supports row separators or not.
Methods
public string GetColumnRow(TablePart part, IReadOnlyList<int> widths, IReadOnlyList<IColumn> columns)
Gets a whole column row for the specific column row part.
Parameters:
part (TablePart)The column row part.
widths (IReadOnlyList<int>)The column widths.
columns (IReadOnlyList<IColumn>)The columns.
Returns:
A string representing the column row.
public string GetPart(TableBorderPart part)
Gets the string representation of a specified table border part.
Parameters:
part (TableBorderPart)The part to get the character representation for.
Returns:
A character representation of the specified border part.