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