Added Box element, Redesigned Debug element, Added image placeholder

This commit is contained in:
Marcin Ziąbek
2021-04-18 23:11:29 +02:00
parent 950d971119
commit f77d8baa63
19 changed files with 259 additions and 68 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ namespace QuestPDF.Examples
{
stack.Element().Row(row =>
{
row.RelativeColumn(2).LabelCell().Text(TextPlaceholder.Label());
row.RelativeColumn(3).ValueCell().Text(TextPlaceholder.Paragraph());
row.RelativeColumn(2).LabelCell().Text(Placeholders.Label());
row.RelativeColumn(3).ValueCell().Text(Placeholders.Paragraph());
});
}
});