Spire.Doc for C++
|
028-81705109
|
|
微信扫一扫
|

Spire.Cloud 纯前端文档控件

Spire.Doc for C++ 14.1.4 现已发布,该版本同步了一系列 Spire.Doc for .NET 的功能,主要集中于表格和列表相关的功能。具体更新如下。 新功能: Bookmark 类新增 GetFirstColumn和 GetLastColumn属性,支持获取书签在表格中的首末列索引。 int firstColumn = doc->GetBookmarks()->FindByName(L"t_insert")->GetFirstColumn(); int lastColumn = doc->GetBookmarks()->FindByName(L"t_insert")->GetLastColumn(); TableFormat 类新增SetStyle、SetStyleOptions和SetStyleName属性支持操作表格样式。 intrusive_ptr<TableStyle> tableStyle = Object::Dynamic_cast<TableStyle>( doc->GetStyles()->Add(StyleType::TableStyle, L"TestTableStyle1") ); tableStyle->GetBorders()->SetColor(Color::GetBlue()); tableStyle->GetBorders()->SetBorderType(BorderStyle::Single); tableStyle->SetHorizontalAlignment(RowAlignment::Center); intrusive_ptr<Table> table…
Spire.Doc for C++ 13.8.2 现已发布,此次更新解决了在特定场景下同时使用多个 Spire 产品时出现的兼容性问题。 问题修复: 修复了特定场景下,同时使用多个产品的兼容性问题。 获取Spire.Doc for C++ 13.8.2请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-CPP.html
Spire.Doc for C++ 12.2.1 已发布。该版本支持通过固定布局获取页的内容。详情请阅读以下内容。 新功能: 支持通过固定布局获取页的内容。 // 指定文件路径 wstring input_path = DATAPATH; wstring inputFile = input_path + L"in.docx"; wstring output_path = OUTPUTPATH; wstring outputFile = output_path + L"out.txt"; // 创建一个新的 Document 实例 intrusive_ptr<Document> document =…
Spire.Doc for C++ 12.2.0 已发布。本次更新修复了在 Linux 系统上字符串丢失的问题。详情请阅读以下内容。 问题修复: 修复了在 Linux 系统上字符串丢失的问题。 获取Spire.Doc for C++ 12.2.0请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-CPP.html