参考网址:http://www.aiuxian.com/article/p-1970779.html NPOI版本:2.1.3.1 最终效果图: 代码: /// <summary> /// 导出word培训班自然情况表 /// </summary> [HttpPost] public void PrintWord() { int id = Int32.Parse(Request.Form["id"]); var query = from n in db.Natu
后面加-Bold就是加粗 加-Oblique就是倾斜等 还有不懂请看http://iosfonts.com/ iPhone 5.0 iPad 5.0 Font Families: 58 Font Families: 58 Academy Engraved LET AcademyEngravedLetPlain AcademyEngravedLetPlain American Typewriter AmericanTypewriter-CondensedLight AmericanTypewrit
/* Accessing the Text Attributes text property font property textColor property textAlignment property lineBreakMode property enabled property Sizing the Label’s Text adjustsFontSizeToFitWidth property baselineAdjustment property minimumFontS
procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin IF (<frxDB_cdsresult."res_CHR">='↓') THEN BEGIN frxdb_cdsresultres_chr.FONT.COLOR:=CLblue; frxdb_cdsresultres_dec.FONT.COLOR:=CLblue; frxdb_cdsresultres_dec.FONT.STYLE:=; END