Guest User

Untitled

a guest
Nov 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Cell.AddElement(new Paragraph(text, new Font(Font.FontFamily.COURIER,
  2. Convert.ToInt32(FZ), 1)){Alignment = Element.ALIGN_CENTER});
  3. Cell.VerticalAlignment = Element.ALIGN_MIDDLE;
  4. Cell.HorizontalAlignment = Element.ALIGN_MIDDLE;
  5. Cell.Padding = 4;
  6. Cell.FixedHeight = Utilities.MillimetersToPoints(46);
  7. return Cell;
Add Comment
Please, Sign In to add comment