Exemple #1
0
 public LabelTextGenerator Centered(int width)
 {
     _block = new FieldBlock(width, 1, FieldJustification.Center);
     return(this);
 }
Exemple #2
0
 public LabelTextGenerator InBlock(int width, int lines, FieldJustification justification)
 {
     _block = new FieldBlock(width, lines, justification);
     return(this);
 }
 public LabelTextGenerator InBlock(int width, int lines, FieldJustification justification)
 {
     _block = new FieldBlock(width, lines, justification);
     return this;
 }
 public LabelTextGenerator Centered(int width)
 {
     _block = new FieldBlock(width,1,FieldJustification.Center);
     return this;
 }
 public LabelBarcodeGenerator Centered(int width)
 {
     _totalDots = width;
     _block = new FieldBlock(width, 1, FieldJustification.Center);
     return this;
 }
 public LabelBarcodeGenerator Centered(int width)
 {
     _totalDots = width;
     _block     = new FieldBlock(width, 1, FieldJustification.Center);
     return(this);
 }