|
@@ -474,7 +474,7 @@ namespace QuestPDF.Examples
|
|
|
.Padding(15)
|
|
.Padding(15)
|
|
|
.Border(4)
|
|
.Border(4)
|
|
|
.BorderColor(Colors.Blue.Medium)
|
|
.BorderColor(Colors.Blue.Medium)
|
|
|
- //.Box()
|
|
|
|
|
|
|
+ //.MinimalBox()
|
|
|
.Background(Colors.Grey.Lighten2)
|
|
.Background(Colors.Grey.Lighten2)
|
|
|
.Padding(15)
|
|
.Padding(15)
|
|
|
.Text("Test of the \n box element", TextStyle.Default.Size(20));
|
|
.Text("Test of the \n box element", TextStyle.Default.Size(20));
|
|
@@ -542,7 +542,7 @@ namespace QuestPDF.Examples
|
|
|
{
|
|
{
|
|
|
container
|
|
container
|
|
|
.Background("#FFF")
|
|
.Background("#FFF")
|
|
|
- .Box()
|
|
|
|
|
|
|
+ .MinimalBox()
|
|
|
|
|
|
|
|
.Padding(25)
|
|
.Padding(25)
|
|
|
|
|
|
|
@@ -588,7 +588,7 @@ namespace QuestPDF.Examples
|
|
|
|
|
|
|
|
return element;
|
|
return element;
|
|
|
})
|
|
})
|
|
|
- .Box()
|
|
|
|
|
|
|
+ .MinimalBox()
|
|
|
.Background(Colors.White)
|
|
.Background(Colors.White)
|
|
|
.Padding(10)
|
|
.Padding(10)
|
|
|
.Text($"Rotated {turns * 90}°", TextStyle.Default.Size(16));
|
|
.Text($"Rotated {turns * 90}°", TextStyle.Default.Size(16));
|
|
@@ -686,7 +686,7 @@ namespace QuestPDF.Examples
|
|
|
|
|
|
|
|
return element;
|
|
return element;
|
|
|
})
|
|
})
|
|
|
- .Box()
|
|
|
|
|
|
|
+ .MinimalBox()
|
|
|
.Background(Colors.White)
|
|
.Background(Colors.White)
|
|
|
.Padding(10)
|
|
.Padding(10)
|
|
|
.Text($"Flipped {turns}", TextStyle.Default.Size(16));
|
|
.Text($"Flipped {turns}", TextStyle.Default.Size(16));
|