【发布时间】:2020-02-23 04:02:07
【问题描述】:
谁能告诉我如何使用 TCPDF 右对齐文本字段? 那么,对于像这样的文本字段,它是一个数字,我该如何在右侧对齐?
$pdf->TextField('number_of_crews', 20, 5, array('charLimit'=>3,'multiline'=>true, 'lineWidth'=>0, 'borderStyle'=>'none', ' defaultStyle' => array('textFont'=>array('fontWeight'=>'bold'))), array('v' => {number_of_crews}));
【问题讨论】: