11 2016 档案

c++ c# 数据对齐
只有注册用户登录后才能阅读该文。

posted @ 2016-11-19 09:04 MILUMI 阅读(8) 评论(0) 推荐(0)

WPF-流文档元素
摘要:1、Block元素 用于分组其他元素 Paragraph是块级别元素,文本段落 Paragraph.Inlines集合内。 设置第一行缩进量Paragraph.TextIndet 2、Inline元素 被嵌入到块级别元素的内联级别元素 Run元素包含文本 3、List元素 TextMarkerSty 阅读全文

posted @ 2016-11-08 08:54 MILUMI 阅读(954) 评论(0) 推荐(0)

记录
摘要://StringBuilder sb = new StringBuilder(); //sb.AppendLine(AppFormula.AppParaToString()); //sb.AppendLine(AppFormula.StepFormulaList[0].GetStepTitle()) 阅读全文

posted @ 2016-11-07 20:38 MILUMI 阅读(133) 评论(0) 推荐(0)

WPF 打印
摘要:1、 System.Windows.Controls.PrintDialog printDialog = new System.Windows.Controls.PrintDialog(); if (printDialog.ShowDialog() == true) { string doc = " 阅读全文

posted @ 2016-11-03 21:31 MILUMI 阅读(414) 评论(0) 推荐(0)

导航