---
title: "最新消息"
---

本页介绍了最近版本中引入的最有趣的Aspose.Words新特性。

## Aspose.Words为C++25.5

Aspose.Words25.5通过新的样式选项增强了图表自定义，并通过提供对空段落处理方式的控制来改进Markdown导出。

### 转换、加载和保存文档

#### 将空段落导出为Markdown <sup>25.5

通过添加[MarkdownEmptyParagraphExportMode](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownemptyparagraphexportmode/)枚举和[EmptyParagraphExportMode](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_emptyparagraphexportmode/)属性，引入了控制如何将空段落导出到Markdown的能力。

### 渲染图

#### 设置图表样式 <sup>25.5

通过添加[ChartStyle](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartstyle/)枚举和[Style](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chart/get_style/)属性，引入了设置图表样式的功能。

```

了解更多关于 [Aspose.Words为C++25.5发行说明](https://releases.aspose.com/words/cpp/release-notes/2025/aspose-words-for-cpp-25-5-release-notes/).

```

## Aspose.Words为C++ 25.1, 25.2, 25.3, 25.4

Aspose.Words25.1引入了AI支持的语法检查，并通过HTML、SVG和Markdown格式的高级选项增强了文档保存。

Aspose.Words25.2引入了带有AnthropicAI模型的文本摘要，增加了MsWorks格式支持，增强了排版控制，并改进了PDF结构和列表处理。

Aspose.Words25.3使用UpdateAmbiguousTextFont属性增强了AI支持的语法检查器和字体选择，并改进了PDF附件导出。

Aspose.Words25.4引入对新纸张尺寸的支持，启用高级HTML导出控制，改进水印处理，并增强LowCodeAPI的可用性。

### AI功能

#### 文档AI语法检查

* 通过添加一个新的[CheckGrammar](https://reference.aspose.com/words/cpp/aspose.words.ai/iaimodeltext/checkgrammar/)方法，引入了使用OpenAI生成模型检查所提供文档语法的能力。 <sup>25.1
* 更新了AI支持的语法检查功能，以支持[AiModelType](https://reference.aspose.com/words/cpp/aspose.words.ai/aimodeltype/)枚举中可用的所有模型。 <sup>25.3

#### 使用Anthropic生成语言模型进行总结 <sup>25.2

通过引入一个新的公共类[AnthropicAiModel](https://reference.aspose.com/words/cpp/aspose.words.ai/)，启用了使用Anthropic生成语言模型的文本摘要。

### Low Code

#### Low CodeAPI可用性 <sup>25.4

对**LowCode API**的可用性进行了重大改进，简化了文档处理并减少了对重复代码的需求。

### 支持的格式 <sup>25.2

从版本25.2开始，添加了与MicrosoftWorks文档的新MsWorks加载格式的兼容性。

### 转换、加载和保存文档

#### 改进保存为HTML和SVG格式 <sup>25.1

通过向[HtmlFixedSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/htmlfixedsaveoptions/)和[SvgSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/svgsaveoptions/)类添加**IdPrefix**和**RemoveJavaScriptFromLinks**属性，已增强了保存为HTML和SVG格式的功能。

#### 保存为Markdown时设置图像分辨率和OfficeMath输出模式 <sup>25.1

- 在[MarkdownSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/)类中添加了一个新的[ImageResolution](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_imageresolution/)选项来设置图像分辨率。
- 一个新的[OfficeMathExportMode](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_officemathexportmode/)选项和[MarkdownOfficeMathExportMode](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownofficemathexportmode/)枚举已添加到[MarkdownSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/)类中以设置OfficeMath输出模式。
- 通过向[SetImage](https://reference.aspose.com/words/cpp/aspose.words/watermark/setimage/#watermarksetimageconst-systemsharedptrsystemiostream-const-systemsharedptrasposewordsimagewatermarkoptions-method)方法添加新的重载，引入了从流中设置图像水印的功能。 <sup>25.4

### 渲染图

#### 改进的排版控制 <sup>25.2

已添加[NumberSpacing](https://reference.aspose.com/words/cpp/aspose.words/font/get_numberspacing/)属性以改进排版控制。

#### 控制模糊字符的字体选择 <sup>25.3

在[SaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/saveoptions/)类中添加了一个新的公共属性[UpdateAmbiguousTextFont](https://reference.aspose.com/words/cpp/aspose.words.saving/saveoptions/get_updateambiguoustextfont/)，以根据使用的字符代码控制字体选择。

#### 纸张尺寸选项 <sup>25.4

通过向[PaperSize](https://reference.aspose.com/words/cpp/aspose.words/papersize/)枚举添加新值，引入了使用JISB4和JISB5纸张大小的功能。

#### HTML输出控制 <sup>25.4

通过添加[RemoveJavaScriptFromLinks](https://reference.aspose.com/words/cpp/aspose.words.saving/htmlsaveoptions/get_removejavascriptfromlinks/)属性，可以在HTML导出期间从超链接URLs中删除JavaScript。

### 其他

* PDF逻辑结构得到了改进，支持TOA、BIBLIOGRAPHY和INDEX字段。 <sup>25.2
* 为了改进列表处理，引入了[AddSingleLevelList](https://reference.aspose.com/words/cpp/aspose.words.lists/listcollection/addsinglelevellist/)方法。 <sup>25.2
* 添加了一个新属性[AttachmentsEmbeddingMode](https://reference.aspose.com/words/cpp/aspose.words.saving/pdfsaveoptions/get_attachmentsembeddingmode/)来替换**EmbedAttachments**以改进PDF附件的导出。 此外，新值已添加到[PdfCompliance](https://reference.aspose.com/words/cpp/aspose.words.saving/pdfcompliance/)枚举以支持PDF/A版本附件。 此外，附件现在支持加密。 <sup>25.3

```

了解更多关于 [Aspose.Words为C++ 25.1发行说明](https://releases.aspose.com/words/cpp/release-notes/2025/aspose-words-for-cpp-25-1-release-notes/).

了解更多关于 [Aspose.Words为C++ 25.2发行说明](https://releases.aspose.com/words/cpp/release-notes/2025/aspose-words-for-cpp-25-2-release-notes/).

了解更多关于 [Aspose.Words为C++ 25.3发行说明](https://releases.aspose.com/words/cpp/release-notes/2025/aspose-words-for-cpp-25-3-release-notes/).

了解更多关于 [Aspose.Words为C++ 25.4发行说明](https://releases.aspose.com/words/cpp/release-notes/2025/aspose-words-for-cpp-25-4-release-notes/).

```

## Aspose.Words为C++ 24.9, 24.10, 24.11, 24.12

Aspose.Words24.9通过DocumentBuilder引入group shape插入和StructuredDocumentTag插入，使用渐变增强径向图表呈现，使用XAdES-EPES支持改进数字签名，添加Markdown下划线识别，并提供对脚注/尾注分隔符的访问。

Aspose.Words24.10引入了增强的ActiveX控件支持CommandButton创建，新的形状可见性控制，group shapes的能力，改进的Markdown表格导出，Pie和Doughnut图表的图表格式，更好的Big5编码处理，以及对过时的台湾字体的支持。

Aspose.Words24.11引入了AI支持的文档摘要，增强的呈现选项，改进了对文档属性的访问和ActiveX控制字幕。

Aspose.Words24.12引入了可自定义的数据标签放置，GoogleAI支持的文本翻译，增强的Mail Merge清理选项和新的LowCode处理类。

### AI功能

#### 使用OpenAI和Google进行文档摘要 <sup>24.11

集成了使用**OpenAI**和**Google**生成语言模型对文档摘要的支持。

#### 使用Google生成语言模型进行文本翻译 <sup>24.12

通过将[Translate](https://reference.aspose.com/words/cpp/aspose.words.ai/iaimodeltext/translate/)方法和[Language](https://reference.aspose.com/words/cpp/aspose.words.ai/language/)枚举添加到[Aspose.Words.AI](https://reference.aspose.com/words/cpp/aspose.words.ai/)命名空间，在Aspose.Words中实现了使用Google生成语言模型翻译文本的功能。

### Low Code <sup>24.12

新的LowCode类，如[Comparer](https://reference.aspose.com/words/cpp/aspose.words.lowcode/comparer/), [MailMerger](https://reference.aspose.com/words/cpp/aspose.words.lowcode/merger/), [Replacer](https://reference.aspose.com/words/cpp/aspose.words.lowcode/replacer/), [Splitter](https://reference.aspose.com/words/cpp/aspose.words.lowcode/splitter/) 等。 已经引入，提供了一组方法，在文档处理的简单性和灵活性之间取得完美的平衡。

### 渲染和打印

#### 径向图表上的毕业 <sup>24.9

已经实现了在径向图表上绘制毕业图。

#### CommandButton ActiveX 控件<sup>24.10

通过添加新的公共方法[InsertForms2OleControl](https://reference.aspose.com/words/cpp/aspose.words/documentbuilder/insertforms2olecontrol/)和新的公共类**Forms2OleControl**，引入了创建CommandButtonActiveX控件的功能。

#### 控制形状可见性 <sup>24.10

添加了一个新的公共属性[Hidden](https://reference.aspose.com/words/cpp/aspose.words.drawing/shapebase/get_hidden/)来控制形状的可见性。

#### Pie和Doughnut图表的变化 <sup>24.10

为Pie和Doughnut图表的格式添加了几个新的公共属性。

#### 控制PDF选择表单字段边框的呈现 <sup>24.11

通过添加新的公共选项**RenderChoiceFormFieldBorder**，实现了控制PDF选择表单字段边框呈现的新选项。

#### 获取和设置图表数据的格式代码 <sup>24.11

通过在[ChartXValueCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartxvaluecollection/)、[ChartYValueCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartyvaluecollection/)和[BubbleSizeCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/bubblesizecollection/)类中实现**FormatCode**属性，添加了获取和设置图表数据格式代码的功能。

#### 使用箱和标签渲染直方图图表 <sup>24.11

通过允许指定数量的容器和标签，直方图图表的呈现得到了改进。

#### 自定义数据标签的放置 <sup>24.12

通过向[ChartDataLabel](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartdatalabel/)和[ChartDataLabelCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartdatalabelcollection/)类引入新属性，添加了自定义数据标签放置的功能。

### 转换、加载和保存文档

#### 加载Markdown文件时的下划线格式 <sup>24.9

加载Markdown文档时识别下划线格式的选项已通过添加新的公共属性**ImportUnderlineFormatting**合并。

#### 保存到Markdown时，将表导出为HTML <sup>24.10

通过添加新的公共属性[ExportAsHtml](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_exportashtml/)和枚举[MarkdownExportAsHtml](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownexportashtml/)，实现了在将文档保存为Markdown格式时将表导出为HTML的选项。

#### 使用更新的逻辑结构导出PDF <sup>24.11

通过将表标题属性包含为PDF逻辑结构元素标题，已增强了PDF导出。

### Mail Merge和报告

#### 在Mail Merge期间删除空表 <sup>24.12

一个新的**RemoveEmptyTables**选项已添加到[MailMergeCleanupOptions](https://reference.aspose.com/words/cpp/aspose.words.mailmerging/mailmergecleanupoptions/)枚举以细化Mail Merge输出。

### 数码签署

#### 用XAdES-EPES签署文件 <sup>24.9

通过添加一个新的公共属性**XmlDsigLevel**和一个新的公共枚举**XmlDsigLevel**，可以使用XAdES-EPES级别XML-DSig签名对文档进行签名。

### 其他

* 一个新的公共方法[InsertGroupShape](https://reference.aspose.com/words/cpp/aspose.words/documentbuilder/insertgroupshape/)已添加到group shapes。 <sup>24.9
* 添加了一个新的公共方法[InsertStructuredDocumentTag](https://reference.aspose.com/words/cpp/aspose.words/documentbuilder/insertstructureddocumenttag/)以将**StructuredDocumentTags**插入到文档中。 <sup>24.9
* 通过添加一些公共类和属性，提供了对脚注/尾注分隔符的公共访问。 <sup>24.9
* 通过添加[InsertGroupShape](https://reference.aspose.com/words/cpp/aspose.words/documentbuilder/insertgroupshape/)方法，引入了将单个形状（group shapes组合在一起，以及直接将形状和group shapes组合在一起的功能。 <sup>24.10
* 改进了TrueTypecmap表的Big5编码处理。 <sup>24.10
* 增强了对过时的台湾字体的支持。 <sup>24.10
* 要访问扩展文档属性，已将只读属性添加到**BuiltInDocumentProperties**类。 <sup>24.11
* 通过向**Forms2OleControl.Caption**属性添加一个新的公共setter，已启用ActiveX控件的标题设置。 <sup>24.11

```

了解更多关于 [Aspose.Words为C++ 24.9发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-9-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.10发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-10-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.11发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-11-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.12发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-12-release-notes/).

```

## Aspose.Words为C++ 24.5, 24.6, 24.7

Aspose.Words24.5扩展了程序集的选项，改进了呈现功能，并扩展了一些其他选项。

Aspose.Words24.6改进了渲染选项，增强了搜索和比较功能，并扩展了其他几个功能。

Aspose.Words24.7更改ActiveX的工作方式，扩展渲染功能，以及导出为Markdown和XLSX格式。

### 支持的格式

从版本24.7开始，支持导出到PDF/UA-2，以确保残疾用户的可访问性。

### 渲染和打印

#### 图表、形状和DrawingML的变化 <sup>24.5

- 已经实现了SVG图形的DrawingML效果渲染，扩展了以前仅限于图像的功能。
- 通过添加**ChartSeriesGroup**和**ChartSeriesGroupCollection**类以及**SeriesGroups**属性，支持在序列组中创建组合图和调整间隙宽度、重叠和气泡比例等属性。
- 通过添加**SoftEdgeFormat**类实现了操作形状SoftEdge效果的功能。
- 通过添加**AdjustmentCollection**和**Adjustment**公共类以及**Adjustments**属性，实现了修改形状调整值的功能。

#### 图表、形状和绘图的变化 <sup>24.6

- 制图能力得到了增强。 您现在可以创建更多种类的图表，包括*Treemaps*, *Sunbursts*, *Histograms*, *Pareto* 图表，*Box & Whisker*图表，*Waterfalls*和*Funnels*。 这使您能够以更加多样化和信息丰富的方式可视化数据。
- 阴影格式的颜色控制已得到改进。 通过访问阴影颜色，您可以更精确地控制文档的外观。
- 改进了后台渲染的性能提升。 借助原生平铺技术，您可以显着加快包含小元素的背景的渲染速度。
- 添加了形状的逼真渐变。 您现在可以创建具有非线性渐变的DML形状，模仿Microsoft Word的视觉样式以获得更抛光的外观。

#### 图表数据标签定制 <sup>24.7

添加了自定义图表数据标签（如**Orientation**和**Rotation**）的功能。

#### 列表级别的自定义数字样式 <sup>24.7

已添加公共属性[CustomNumberStyleFormat](https://reference.aspose.com/words/cpp/aspose.words.lists/listlevel/get_customnumberstyleformat/)的setter。 您现在可以为列表级别定义自定义数字样式。

#### 使用ActiveX的更改 <sup>24.7

- 现在可以修改ActiveX对象的属性，使您可以更好地控制其行为。
- 添加了修改单选按钮ActiveX控件的值以启用动态交互的功能。
- 添加了将ActiveXcheckbox切换为"已选中"或"未选中"的功能。

### 加载和保存文档

#### 将链接导出为Markdown格式 <sup>24.7

通过实现[LinkExportMode](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_linkexportmode/)属性，添加了控制Markdown格式链接导出的功能。

### 搜索和比较

#### 高级比较选项 <sup>24.6

增加了通过改进的比较功能简化数据分析工作流的能力。 这包括一个新的**IgnoreStoreItemId**选项和一个重新设计的高级比较界面。

### 其他

- 通过添加[RemoveBlankPages](https://reference.aspose.com/words/cpp/aspose.words/document/removeblankpages/)方法实现了从文档中消除空页的功能。 <sup>24.5
- 通过添加**HasMacros**属性，可以在不加载文档的情况下检查VBA宏是否存在。 <sup>24.5
- 添加了一个新的**DateTimeUtc**属性-这为注释提供了更精确的时间戳，改善了组织和可追溯性。 <sup>24.6
- 现在会自动检测datetime格式，以便无缝导出为XLSX格式。 <sup>24.7
- 已添加公共属性[IsProtected](https://reference.aspose.com/words/cpp/aspose.words.vba/vbaproject/get_isprotected/)，它允许您验证VBA项目是否受保护。 <sup>24.7

```

了解更多关于 [Aspose.Words为C++ 24.5发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-5-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.6发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-6-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.7发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-7-release-notes/).

```

## Aspose.Words为C++ 24.1, 24.2, 24.3, 24.4

Aspose.Words24.1改进了管理笔划颜色的体验，增强了OLE对象，并引入了一个新的参考书目Sources publicAPI。

Aspose.Words24.2扩展图表API和样式管理。 此版本的Aspose.Words还引入了在渲染期间指定SvgSaveOptions的功能，更灵活地控制加载Markdown文件，以及处理脚注和尾注的参考文本。

Aspose.Words24.3引入了对WMF元文件的二进制栅格操作的仿真，并继续扩展图表API。

Aspose.Words24.4增强了一些渲染选项，以及改进了数字签名的工作。

### 渲染和打印

#### 笔画颜色控制 <sup>24.1

[Stroke](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/)类已扩展为一组与管理笔划颜色相关的新公共属性：[ForeThemeColor](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/get_forethemecolor/)和[BackThemeColor](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/get_backthemecolor/)，[ForeTintAndShade](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/get_foretintandshade/)和[BackTintAndShade](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/get_backtintandshade/)。

#### DrawingML图表API扩展 <sup>24.2 / 24.3 / 24.4

**DrawingML Charts API**继续扩展。

#### 嵌入在@font-face规则中声明的字体 <sup>24.4

添加了将在@font-face规则中声明的字体嵌入到结果文档的字体定义中的功能，通过添加新的[SupportFontFaceRules](https://reference.aspose.com/words/cpp/aspose.words.loading/htmlloadoptions/get_supportfontfacerules/)属性引入。

#### 使用发光和反射格式 <sup>24.4

已经实现了使用绘图对象的发光和反射格式的能力。

### 加载和保存文档

#### 在渲染期间指定SvgSaveOptions <sup>24.2

使用[ShapeRenderer](https://reference.aspose.com/words/cpp/aspose.words.rendering/shaperenderer/)添加了在渲染期间指定[SvgSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/svgsaveoptions/)的功能。[Save](https://reference.aspose.com/words/cpp/aspose.words.rendering/noderendererbase/save/)和[OfficeMathRenderer](https://reference.aspose.com/words/cpp/aspose.words.rendering/officemathrenderer/)。[Save](https://reference.aspose.com/words/cpp/aspose.words.rendering/noderendererbase/save/)方法。

#### 加载Markdown文件时保留空行 <sup>24.2

添加了加载Markdown文件时保留空行的功能。

### 其他

- 通过向新的**TextBoxControl**类添加新的**Text**属性，引入了修改`TextBox`OLE控件文本的功能。 <sup>24.1
- 参考书目源publicAPI是通过添加新的命名空间[Aspose.Words.Bibliography](https://reference.aspose.com/words/cpp/aspose.words.bibliography/)及其新的类和枚举以及向[Document](https://reference.aspose.com/words/cpp/aspose.words/document/)类添加新的[Bibliography](https://reference.aspose.com/words/cpp/aspose.words/document/get_bibliography/)属性来实现的。 <sup>24.1
- 已将用于增强样式管理的新公共属性[Priority](https://reference.aspose.com/words/cpp/aspose.words/style/get_priority/)、[UnhideWhenUsed](https://reference.aspose.com/words/cpp/aspose.words/style/get_unhidewhenused/)和[SemiHidden](https://reference.aspose.com/words/cpp/aspose.words/style/get_semihidden/)添加到[Style](https://reference.aspose.com/words/cpp/aspose.words/style/)类中。 <sup>24.2
- 使用[ActualReferenceMark](https://reference.aspose.com/words/cpp/aspose.words.notes/footnote/get_actualreferencemark/)属性和[UpdateActualReferenceMarks](https://reference.aspose.com/words/cpp/aspose.words/document/updateactualreferencemarks/)方法增强了检索脚注和尾注的实际参考标记文本的功能。 <sup>24.2
- 已经实现了对WMF元文件的二进制栅格操作的仿真。 <sup>24.3
- 通过添加具有新公共成员的新**DigitalSignatureDetails**类以及向[OoxmlSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/ooxmlsaveoptions/)、[DocSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/docsaveoptions/)和[OdtSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/odtsaveoptions/)类添加新属性，启用了为**SaveOptions**内文档定义签名选项的功能。 <sup>24.4

```

了解更多关于 [Aspose.Words为C++ 24.1发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-1-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.2发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-2-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.3发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-3-release-notes/).

了解更多关于 [Aspose.Words为C++ 24.4发行说明](https://releases.aspose.com/words/cpp/release-notes/2024/aspose-words-for-cpp-24-4-release-notes/).

```

## Aspose.Words为C++ 23.9, 23.10, 23.11, 23.12

Aspose.Words23.9扩展渲染选项、图元文件渲染仿真和markdown保存选项。

Aspose.Words23.10改进了渲染，扩展了加载和保存文档的选项，并允许用户以新的方式合并文档。

Aspose.Words23.11通过其他选项增强了图表图例上的修订、XLSX格式和字体的工作。

Aspose.Words23.12引入了用于处理PDF和OOXML文档的新属性和枚举，以及对WebP图像的支持。

### 渲染和打印

#### 在DrawingML图表中自定义轴标题 <sup>23.9

通过实现新的公共类**ChartAxisTitle**和[Title](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartaxis/get_title/)属性，引入了在DrawingML图表中自定义轴标题的功能。

#### 确定字体在段落中的垂直位置 <sup>23.9

现在可以使用新的public[BaselineAlignment](https://reference.aspose.com/words/cpp/aspose.words/paragraphformat/get_baselinealignment/)属性和新的[BaselineAlignment](https://reference.aspose.com/words/cpp/aspose.words/baselinealignment/)枚举来定义段落中字体的垂直位置。

#### 前景色控制 <sup>23.10

通过**BaseForeColor**属性，在[Fill](https://reference.aspose.com/words/cpp/aspose.words.drawing/fill/)和[Stroke](https://reference.aspose.com/words/cpp/aspose.words.drawing/stroke/)类中添加了不使用修饰符检索前景色的功能。

#### 扩展图表的功能 <sup>23.10

使用新的方法和属性扩展了[ChartDataPointCollection](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartdatapointcollection/)、[ChartSeries](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartseries/)和[ChartFormat](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartformat/)类的功能。

#### 自动调整图像并使其适合形状 <sup>23.10

通过新的[FitImageToShape](https://reference.aspose.com/words/cpp/aspose.words.drawing/imagedata/fitimagetoshape/)方法提供了一种在特定形状内自动调整和拟合图像的简单方法。

#### DrawingML图表图例条目的默认字体格式 <sup>23.11

通过[Font](https://reference.aspose.com/words/cpp/aspose.words.drawing.charts/chartlegend/get_font/)属性添加了为DrawingML图表的图例条目指定默认字体格式的功能。 此功能有助于为图表元素提供更精简和一致的外观，从而提高整体文档美观度。

#### 在Reader中打开PDF时指定页面布局 <sup>23.12

通过向[PdfSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/pdfsaveoptions/)类引入新的**PageLayout**属性和引入新的**PdfPageLayout**枚举，添加了在PDF阅读器中打开文档时指定要使用的页面布局的功能。

### 加载和保存文档

#### 在Markdown中指定要构造ImageURIs的文件夹名称 <sup>23.9

通过包含[ImagesFolderAlias](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/get_imagesfolderalias/)属性扩展了[MarkdownSaveOptions](https://reference.aspose.com/words/cpp/aspose.words.saving/markdownsaveoptions/)类，该属性允许指定用于构造写入Markdown文档中的图像URIs的文件夹的名称。

#### 减小PDF输出大小 <sup>23.10

已经实现了各种PDF渲染优化，以减少使用[OptimizeOutput](https://reference.aspose.com/words/cpp/aspose.words.saving/fixedpagesaveoptions/get_optimizeoutput/)设置时的输出大小。

#### 加载TXT文档时识别超链接 <sup>23.10

加载TXT文档时识别超链接的功能已通过添加新的[DetectHyperlinks](https://reference.aspose.com/words/cpp/aspose.words.loading/txtloadoptions/get_detecthyperlinks/)属性来实现。

### 其他

- 已经实现了用于确定光栅化大小的图元文件渲染仿真，专门针对WMF笔宽和EMF笔宽。 为此，将**ScaleWmfFontsToMetafileSize**属性替换为[EmulateRenderingToSizeOnPage](https://reference.aspose.com/words/cpp/aspose.words.saving/metafilerenderingoptions/get_emulaterenderingtosizeonpage/)属性，并添加[EmulateRenderingToSizeOnPageResolution](https://reference.aspose.com/words/cpp/aspose.words.saving/metafilerenderingoptions/get_emulaterenderingtosizeonpageresolution/)属性。 <sup>23.9
* 使用[InsertDocumentInline](https://reference.aspose.com/words/cpp/aspose.words/documentbuilder/insertdocumentinline/)方法引入了将一个文档插入当前光标位置的另一个文档的简化方法。 <sup>23.10
* 通过引入新的[Locked](https://reference.aspose.com/words/cpp/aspose.words/style/get_locked/)属性，添加了访问和修改样式属性的功能。 <sup>23.10
* 泛型类型参数已添加到[CompositeNode](https://reference.aspose.com/words/cpp/aspose.words/compositenode/)类的方法中。 <sup>23.10
* 通过使用[Accept](https://reference.aspose.com/words/cpp/aspose.words/revisioncollection/accept/)和[Reject](https://reference.aspose.com/words/cpp/aspose.words/revisioncollection/reject/)方法实现了一种控制何时应该接受/拒绝某个修订的方法。 此增强功能允许用户更好地控制修订过程。 <sup>23.11
* 通过新的[XlsxSectionMode](https://reference.aspose.com/words/cpp/aspose.words.saving/xlsxsectionmode/)枚举类型和新的[SectionMode](https://reference.aspose.com/words/cpp/aspose.words.saving/xlsxsaveoptions/get_sectionmode/)属性提供了将文档的所有部分写入同一个XLSX工作表的能力。 <sup>23.11
* 通过`OoxmlSaveOptions`类的新Zip64Mode属性和新的Zip64Mode枚举实现了一种控制ZIP64格式扩展如何用于OOXML文档的方法。 <sup>23.12
* 已经引入了对WebP图像的支持。 请注意，此功能仅适用于。NetStandart和.NET6+版本。 <sup>23.12

```

了解更多关于 [Aspose.Words为C++ 23.9发行说明](https://releases.aspose.com/words/cpp/release-notes/2023/aspose-words-for-cpp-23-9-release-notes/).
了解更多关于 [Aspose.Words为C++ 23.10发行说明](https://releases.aspose.com/words/cpp/release-notes/2023/aspose-words-for-cpp-23-10-release-notes/).
了解更多关于 [Aspose.Words为C++ 23.11发行说明](https://releases.aspose.com/words/cpp/release-notes/2023/aspose-words-for-cpp-23-11-release-notes/).
了解更多关于 [Aspose.Words为C++ 23.12发行说明](https://releases.aspose.com/words/cpp/release-notes/2023/aspose-words-for-cpp-23-12-release-notes/).

```

## 请参阅

```

本页包含过去2年的最新发布消息。 有关早期版本的详细信息，请参阅 [发行通知书'](https://releases.aspose.com/words/cpp/release-notes/) 相关部分中的页面。

```
