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