Hello.
I cant find a way to align text to be into the vertical and horozontal center of a SimpleCell.
var cell1 : SimpleCell = new SimpleCell( SimpleCell.CELL );
cell1.widthpercentage = 25;
cell1.verticalAlignment = Element.ALIGN_MIDDLE;
cell1.horizontalAlignment = Element.ALIGN_CENTER;
var p : Paragraph = new Paragraph( 'ДDддд', PurePDFGenerator.pdf.cyrillicFont );
p.alignment = Element.ALIGN_CENTER;
Is it bug, or i am missing something.
Please help me.