Improved wrapping support
This commit is contained in:
committed by
Marcin Ziąbek
parent
940616cd3e
commit
c7008ad940
@@ -13,7 +13,8 @@ namespace QuestPDF.Examples
|
||||
return container
|
||||
.Border(1)
|
||||
.Background(dark ? Colors.Grey.Lighten2 : Colors.White)
|
||||
.Padding(5);
|
||||
.Padding(5)
|
||||
.EnsureSpace(10);
|
||||
}
|
||||
|
||||
public static void LabelCell(this IContainer container, string text) => container.Cell(true).Text(text, TextStyle.Default.SemiBold());
|
||||
|
||||
Reference in New Issue
Block a user