Beispiel #1
0
 public static PrintableBuilder SetCenterJustification(this PrintableBuilder builder) =>
 builder.SetJustification(JustificationType.Center);
Beispiel #2
0
 public static PrintableBuilder SetRightJustification(this PrintableBuilder builder) =>
 builder.SetJustification(JustificationType.Right);
Beispiel #3
0
 public static PrintableBuilder SetLeftJustification(this PrintableBuilder builder) =>
 builder.SetJustification();