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
+2 -2
View File
@@ -41,11 +41,11 @@ namespace QuestPDF.Examples
column.Spacing(10);
column
.Element()
.Item()
.Component(new LoremPicsum(true));
column
.Element()
.Item()
.AlignRight()
.Text("From Lorem Picsum");
});