有用aspose.words的吗,请教单元格内容怎么水平居中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了有用aspose.words的吗,请教单元格内容怎么水平居中相关的知识,希望对你有一定的参考价值。

参考技术A 使用Aspose.Cells控件来操作Excel,然后可以使用Aspose.Cells.Style来设置Excel单元格的属性,设置单元格的背景颜色,字体大小等。
Aspose.Cells.Workbook wb = new Aspose.Cells.Workbook();
//为单元格添加样式
Aspose.Cells.Style style = wb.Styles[wb.Styles.Add()];
//设置居中
style.HorizontalAlignment = Aspose.Cells.TextAlignmentType.Center;
//设置背景颜色
style.ForegroundColor = System.Drawing.Color.FromArgb(153, 204, 0);
style.Pattern = AC.BackgroundType.Solid;
style.Font.IsBold = true;本回答被提问者采纳
参考技术B 他要的是aspose.words 你插件用错了

以上是关于有用aspose.words的吗,请教单元格内容怎么水平居中的主要内容,如果未能解决你的问题,请参考以下文章

如何破解aspose.words

Aspose.Words用Aspose.Words.Range.Replace替换文本导出pdf

Aspose.Words书签插入符号

如何破解aspose.words

Aspose.Words doc转pdf 内容出现丢失,页码跳页,排版混乱问题

Aspose.Words操作word生成PDF文档