Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 23,324 for

printing document

(1.65 sec)
  1. Public API Changes in Aspose.Cells 8.8.3|Docume...

    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....3 Contents [ Hide ] This document describes the changes to the...allows you to set the default print paper size from the default...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 7. LaTeX's model for character encodings

    This article covers internals of input and output encodings in LaTeX, as well as LaTeX internal character representation....within LaTeX Processing a document with LaTeX starts by interpreting...This data representing the document content is stored in source...

    docs.aspose.com/tex/java/latex-encodings-model/
  3. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....with Java in Perl, see documentation of Java - Perl extension...BEGIN { $ | = 1 ; print "1..33\n" ; } END { print "not ok $ok - is...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  4. 使用Node.js和C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入XLS和XLSB文件的外部连接。...node" ); // The path to the documents directory. const dataDir =...getDataConnections (). get ( 0 ); // Print the Name, Command and Connection...

    docs.aspose.com/cells/zh/nodejs-cpp/read-and-wr...
  5. 用C++添加自定义XML部分并按ID选择|Documentation

    了解如何用Aspose.Cells和C++在Excel文件中添加和选定自定义XML部分。... SelectByID ( srchID ); // Print the found or not found message...CustomXmlPart ID Sport AI Document Assistant Close 使用Aspose.Cells用C++创建共享工作簿...

    docs.aspose.com/cells/zh/cpp/add-custom-xml-par...
  6. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using Node.js via C++...."path" ); // The path to the documents directory. const dataDir =...rec ) { // The path to the documents directory. const dataDir =...

    docs.aspose.com/cells/nodejs-cpp/decrease-the-c...
  7. Coordinate system|Aspose.PDF for .NET

    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....Contents [ Hide ] In both a PDF document and when working with the...differently on screen and in print. For example, a line 8 inches...

    docs.aspose.com/pdf/net/coordinate-system/
  8. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。...node" ); // The path to the documents directory. const dataDir =...getNSeries (). get ( 0 ); /* * Print the data points of the chart...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  9. AutoFitRows and AutoFitColumn Not Handling Larg...

    Hi Aspose Support Team, I am facing issues with AutoFitColumn(i) and AutoFitRows(true) in Aspose.Cells for .NET when exporting to PDF, especially when working with large amounts of wrapped text. AutoFitColumn Issue: W…...please refer to the following document. Excel Specifications and...please refer to the following document. Merging and Unmerging Cells...

    forum.aspose.com/t/autofitrows-and-autofitcolum...
  10. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...CustomFunction()" , opts ); // Print the calculated value on Console...实现自定义计算引擎以扩展Aspose.Cells的默认引擎 AI Document Assistant Close 用C++实现扩展Aspose...

    docs.aspose.com/cells/zh/cpp/direct-calculation...