php输出pdf有关问题

WBOY
Release: 2016-06-13 13:33:46
Original
914 people have browsed it

php输出pdf问题
我用的是FPDF1.6,怎么给指定的文字添加下划线?例如:姓名

------解决方案--------------------
Cell(float w [, float h [, string txt [, mixed border [, int ln [, string align [, int fill [, mixed link]]]]]]]) 


border 
若果要围绕储存格边缘显示边框,可用下面的数值: 
0: 没有边框 
1: 边框 
或包含以下一些或所有字符串(在任何指示下): 
L: 左边边线 
T: 顶部边线 
R: 右边边线 
B: 底部边线 
默认值为:0 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!