我需要在值之间添加一些空格来集中化,我在字符串中使用空格,但是它不好,我需要将字符串放在同一段中的参数中。
paragraph = new iTextSharp.text.Paragraph("Vlr Notas:" + VlrNotas + " Vlr Débitos:" + VlrDebito + " Data De Crédito:" + DtCredito, font2);
paragraph.Alignment = iTextSharp.text.Element.ALIGN_LEFT;
document.Add(paragraph);
我正在这样做,我需要将“VlrNotas”对齐左侧并在页面中央“VlrDébitos”,有没有办法放入绝对位置?