Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 18,122 for

path

(0.06 sec)
  1. Check if Workbook contains hidden External Link...

    Learn how to check if a workbook contains hidden external links using Aspose.Cells for Node.js via C++.... Sample Code const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/check-if-workb...
  2. Custom Shape|Aspose.Slides for Node.js via .NET...

    Add a custom shape to a PowerPoint presentation in JavaScript...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/
  3. Working with Gradient in XPS file | Java

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for Java...Page-for-Java 2 // The path to the documents directory....91, 248), 1f)); 15 16 XpsPath path = doc. addPath (doc. createPathGeometry...

    docs.aspose.com/page/java/xps/working-with-grad...
  4. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  5. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  6. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel files to HTML using 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/nodejs-cpp/prevent-export...
  7. How to Detect a File Format and Check if the Fi...

    Learn how to detect a file format and check if a file is encrypted using Aspose.Cells for Node.js via C++....file format (using the file path) and check its extension. You...is encrypted. const path = require ( "path" ); const AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-detect-...
  8. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...
  9. Export VBA Certificate to File or Stream with N...

    Learn how to export VBA Digital Certificate to a file or stream using Aspose.Cells for Node.js via C++. Access raw data of VBA digital certificates.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/export-vba-cer...
  10. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using regular expression in Node.js via C++.... Sample Code const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...