Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 201,320 for

aspose cells

(0.13 sec)
  1. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...xlsx #include <Aspose.Cells.h> #include <regex> #include...<string> using namespace Aspose :: Cells ; U16String Replace ( const...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  2. Content areas detection|Documentation

    How Aspose.OCR identifies and analyzes the structure and layout of the image during recognition.... Aspose.OCR offers several content...parameter of recognition settings . Aspose . OCR . AsposeOcr recognitionEngine...

    docs.aspose.com/ocr/net/areas-detection/
  3. Aspose.Cells 8.4.2中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Aspose.Cells 8.4.2中的公共API更改 Contents [ Hide ] 该文档描述了从版本8.4.1到8...1到8.4.2的Aspose.Cells API的更改,可能对模块/应用程序开发人员感兴趣。它不仅包括新的和更新的公共方法,...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. ConditionalStyle class | Aspose.Words for Python

    Aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style...Gets the collection of default cell borders for the conditional...below the contents of table cells. font Gets the character formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TableStyle.shading property | Aspose.Words for ...

    TableStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for table Cells....table cells. @property def shading ( self ) -> aspose . words...start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...[ Hide ] Aspose.Cells允许您访问和更新单元格的富文本的部分。为此,您可以使用 Cell->GetCharacters()...Cell->GetCharacters() 和 Cell->SetCharacters() 方法。这些方法将返回并接受 FontSetting ...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  7. DocumentBuilder.insert_cell method | Aspose.Wor...

    DocumentBuilder.insert_cell method. Inserts a table cell into the document....insert_cell method insert_cell() Inserts a table cell into the...the document. def insert_cell ( self ): ... Remarks To start a...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....user saves it to PDF using Aspose.Cells for Node.js via C++, it...behavior is undesirable. Aspose.Cells provides the PdfSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  9. 使用 C++ 禁用数据透视表功能区|Documentation

    学习如何使用 Aspose.Cells for C++ 禁用 Excel 文件中的数据透视表工具栏。...Aspose.Cells 为开发者提供了限制用户更改这些报表的能力。在创建这些报表时,Excel...el 提供了禁用数据透视表工具栏的功能,同样由 Aspose.Cells 提供。开发者可以禁用包含修改这些报表控件的工具栏。...

    docs.aspose.com/cells/zh/cpp/disable-pivot-tabl...
  10. 用C++创建Sunburst图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建环状图,这是以圆圈形式呈现数据的图表。我们的指南将帮助您设置图表的各种属性和格式,包括数据标签、图例、颜色等。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/zh/cpp/creating-sunburst-...