Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 60,963 for

path

(0.12 sec)
  1. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。... 示例代码 const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  2. Aspose.PSD for .NET 25.5 - Release Notes|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....effects string sourceFile = Path . Combine ( baseFolder , "MultiExample...psd" ); string outputFile1 = Path . Combine ( outputFolder , "export1...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-5...
  3. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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.... const path = require ( "path" ); const AsposeCells...super (); } // Gets the full path of the file by worksheet name...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  4. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/inserting-and-deletin...
  5. Customize Presentation Shapes in Java|Aspose.Sl...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Java: geometry Paths, curved corners, composite shapes....about shapes: A shape (or its path) can either be closed or open...instance represents a geometry path of the IGeometryShape object...

    docs.aspose.com/slides/java/custom-shape/
  6. Customize Presentation Shapes in JavaScript|Asp...

    Create and customize shapes in PowerPoint presentations with JavaScript and Aspose.Slides for Node.js: geometry Paths, curved corners, composite shapes....about shapes: A shape (or its path) can either be closed or open...instance represents a geometry path of the GeometryShape object...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  7. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  8. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  9. Add Image to PDF using Python|Aspose.PDF for Py...

    This section describes how to add image to existing PDF file using Python library....add_image()’ to place the image: File path of the image. A ‘Rectangle’...FileIO from os import path path_infile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/add-image-to-exi...
  10. Update Links in PDF using Python|Aspose.PDF for...

    Update links in PDF programmatically. This guide is about how to update links in PDF in Python language....document is saved to the output path, preserving the highlighted...ap from os import path path_infile = path . join ( self . dataDir...

    docs.aspose.com/pdf/python-net/update-links/