public LabelTextGenerator Centered(int width) { _block = new FieldBlock(width, 1, FieldJustification.Center); return(this); }
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); }