Added: Line, Reimplemented: Column, Row and Decoration

This commit is contained in:
Marcin Ziąbek
2022-01-09 00:11:34 +01:00
parent a2ce31022c
commit f8057a840c
49 changed files with 1202 additions and 599 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ namespace QuestPDF.Examples
page.Content().PaddingVertical(5).Row(row =>
{
row.RelativeColumn()
row.RelativeItem()
.Background(Colors.Grey.Lighten2)
.Border(1)
.Padding(5)
.ShowOnce()
.Text(Placeholders.Label());
row.RelativeColumn(2)
row.RelativeItem(2)
.Border(1)
.Padding(5)
.Text(Placeholders.Paragraph());