彩票走势图

Aspose.Words 15.5.0支持LINQ 条件块报表引擎

原创|产品更新|编辑:龚雪|2015-06-17 09:44:30.000|阅读 251 次

概述:Aspose.Words 15.5.0 已于近期发布。本月更新有将近87 项,包括新增功能 ,功能提升和功能修复。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

Aspose.Words 15.5.0 已于近期发布。本月更新有将近87 项,包括新增功能 ,功能提升和功能修复。

以下为Aspose.Words下载链接:

Aspose.Words 15.5.0主要更新内容如下:

  • 删除了CustomXML节点;
  • 支持有条件的块添加到LINQ报告引擎;
  • 改进了复合图表中悬浮图形的渲染;
  • 布局上实现阿拉伯Abjad编号列表;
  • 改进了使用复杂的CSS选择器导入HTML文档的性能;
  • 改进了HTML输出文档中悬浮图形的定位;
  • 文件现在可以呈现为灰度模式;
  • 改进了PDF镶嵌字体的远东字体渲染;
  • 极大改善了使用DrawingML文本效果渲染PDF文档时所需的时间和大小。

新增公共属性PageSetup.TextOrientation

 PageSetup 类新增公共属性TextOrientation:

  /// <summary>  /// Allows to specify <see cref="TextOrientation"/> for the whole page.  /// Default value is <see cref="Aspose.Words.TextOrientation.Horizontal"/>  /// </summary>  public TextOrientation TextOrientation  

该属性使得在整个页面确认TextOrientation成为可能。默认值为Horizontal。目前只有MS Word的原生格式如DOCX, WML, RTF和DOC.支持该属性。

新增公共属性SaveOptions.ColorMode

SaveOptions类新添加公共属性ColorMode。 当渲染用以修复页面格式如 PDF, XPS和图片时,文档可以渲染成两种色彩模式。

  • ColorMode.Normal – an ordinary way with unmodified colors and
  • ColorMode.Grayscale – with colors in a range of gray shades from white to black.
  ///     /// Gets or sets a value determining how colors are rendered.  ///     /// The default value is   ///   This property is used when the document is exported to fixed page formats.  ///   public ColorMode ColorMode { get; set; }  

示例代码如下:

  Document doc = new Document(MyDir + "in.docx");  PdfSaveOptions options = new PdfSaveOptions();  // Save the document "doc" in grayscale mode PDF.  options.ColorMode = ColorMode.Grayscale;  doc.Save(MyDir + "out.pdf", options);  

 

支持LINQ 条件块报表引擎

下列文档详细描述了条件块的新功能:


标签:Aspose.words

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP