This commit is contained in:
MarcinZiabek
2022-03-27 20:12:22 +02:00
parent a0909eb057
commit 8732b7e50b
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ namespace QuestPDF.Examples
text.DefaultTextStyle(x => x.BackgroundColor(Colors.Red.Lighten3).FontSize(24));
text.Span(" " + Placeholders.LoremIpsum());
text.Span(" 0123456789012345678901234567890123456789012345678901234567890123456789 ").BreakAnywhere();
text.Span(" 0123456789012345678901234567890123456789012345678901234567890123456789 ").WrapAnywhere();
});
});
});