Update documentation for aligning tables

This commit is contained in:
Takahito Yamatoya 2020-10-27 10:53:30 +09:00 committed by Patrik Svensson
parent e7f497050c
commit f34fc43d00

View File

@ -82,6 +82,15 @@ table.HideHeaders();
table.Width(50);
```
## Alignment
```csharp
table.Alignment(Justify.Right);
table.RightAligned();
table.Centered();
table.LeftAligned();
```
# Column appearance
<!------------------------->