Ejemplo n.º 1
0
 public LabelTextGenerator Centered(int width)
 {
     _block = new FieldBlock(width, 1, FieldJustification.Center);
     return(this);
 }
Ejemplo n.º 2
0
 public LabelTextGenerator InBlock(int width, int lines, FieldJustification justification)
 {
     _block = new FieldBlock(width, lines, justification);
     return(this);
 }
Ejemplo n.º 3
0
 public LabelTextGenerator InBlock(int width, int lines, FieldJustification justification)
 {
     _block = new FieldBlock(width, lines, justification);
     return this;
 }
Ejemplo n.º 4
0
 public LabelTextGenerator Centered(int width)
 {
     _block = new FieldBlock(width,1,FieldJustification.Center);
     return this;
 }
Ejemplo n.º 5
0
 public LabelBarcodeGenerator Centered(int width)
 {
     _totalDots = width;
     _block = new FieldBlock(width, 1, FieldJustification.Center);
     return this;
 }
Ejemplo n.º 6
0
 public LabelBarcodeGenerator Centered(int width)
 {
     _totalDots = width;
     _block     = new FieldBlock(width, 1, FieldJustification.Center);
     return(this);
 }