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