Minor Fluent API changes

This commit is contained in:
Marcin Ziąbek
2021-05-01 22:46:37 +02:00
parent 1698212669
commit 779245b260
18 changed files with 180 additions and 167 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace QuestPDF.Examples
{
for(var i=1; i<=4; i++)
{
stack.Element().Row(row =>
stack.Item().Row(row =>
{
row.RelativeColumn(2).LabelCell().Text(Placeholders.Label());
row.RelativeColumn(3).ValueCell().Text(Placeholders.Paragraph());