Added: Line, Reimplemented: Column, Row and Decoration

This commit is contained in:
Marcin Ziąbek
2022-01-09 00:11:34 +01:00
parent a2ce31022c
commit f8057a840c
49 changed files with 1202 additions and 599 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ namespace QuestPDF.Examples
public class DebuggingTesting
{
[Test]
public void Stack()
public void column()
{
Assert.Throws<DocumentLayoutException>(() =>
{
@@ -23,7 +23,7 @@ namespace QuestPDF.Examples
.Width(100)
.Background(Colors.Grey.Lighten3)
.DebugPointer("Example debug pointer")
.Stack(x =>
.Column(x =>
{
x.Item().Text("Test");
x.Item().Width(150);