原創(chuàng)|產品更新|編輯:龔雪|2015-10-15 16:12:38.000|閱讀 440 次
概述:Aspose.Words 15.9.0版本已經發(fā)布,這個月發(fā)布了超過90多個實用的功能,改進和修復了Aspose.Words這個產品。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
下面是在本月發(fā)布的一些最大的功能和接口的變化的部分。如果想了解完整的錯誤修正和改進列表,請參閱以下頁面中的鏈接。
新增:
- 為LINQ報表引擎添加控制圖像拉伸的選項
WORDSNET-12077已經被解決,關于引擎的文檔也有適當?shù)母拢郧叭狈κ褂肔INQ報表引擎圖表的說明文檔,雖然這一特征在還在15.6版本中 ,但是在新的版本中已經被修正。下面是文檔新增和修改的部分:
- 添加文檔創(chuàng)建的公有方法來創(chuàng)建EditableRanges
我們在Aspose.Words 15.9.0版本的DocumentBuilder中新增了以下方法
/// <summary> /// Marks the current position in the document as an editable range start. /// </summary> /// <remarks> /// <p>Editable range in a document can overlap and span any range. To create a valid editable range you need to /// call both <see cref="StartEditableRange"/> and <see cref="EndEditableRange()"/> /// or <see cref="EndEditableRange(EditableRangeStart)"/> methods.</p> /// <p>Badly formed editable range will be ignored when the document is saved.</p> /// </remarks> /// <returns>The editable range start node that was just created.</returns> public EditableRangeStart StartEditableRange()
/// <summary> /// Marks the current position in the document as an editable range end. /// </summary> /// <remarks> /// <p>Use this overload during creating nested editable ranges.</p> /// <p>Editable range in a document can overlap and span any range. To create a valid editable range you need to /// call both <see cref="StartEditableRange"/> and <see cref="EndEditableRange()"/> /// or <see cref="EndEditableRange(EditableRangeStart)"/> methods.</p> /// <p>Badly formed editable range will be ignored when the document is saved.</p> /// </remarks> /// <param name="start">This editable range start.</param> /// <returns>The editable range end node that was just created.</returns> public EditableRangeEnd EndEditableRange(EditableRangeStart start)
- 添加ReportingEngine選項屬性
WORDSNET-12380已經被解決,我們在Aspose.Words 15.9.0版本中介紹下列屬性:
/// <summary> /// Gets or sets a set of flags controlling behavior of this <see cref="ReportingEngine"/> instance /// while building a report. /// </summary> public ReportBuildOptions Options { get; set; }
/// <summary> /// Specifies options controlling behavior of <see cref="ReportingEngine"/> while building a report. /// </summary> [Flags] public enum ReportBuildOptions { /// <summary> /// Specifies default options. /// </summary> None = 0, /// <summary> /// Specifies that fields missing in a data source object should be treated as null literals by the engine. /// This option affects only fields of <ms><see cref="DataRow"/> and <see cref="IDataRecord"/> objects</ms> /// <java><see cref="DataTable"/> rows</java>. If this option is not set, the engine throws an exception /// when encounters a missing data field. /// </summary> AllowMissingDataFields = 1 }
購買最新版Aspose.Words<>,即可擁有最新正版授權!
本站文章除注明轉載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn