Sort Score
Result 10 results
Languages All
Labels All
Results 8,941 - 8,950 of 213,191 for

new

(0.5 sec)
  1. 使用JavaScript通过C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel工作表中将WAV文件作为OLE对象插入。...arrayBuffer (); const imageData = new Uint8Array ( imageArrayBuffer...imageArrayBuffer ); const objectData = new Uint8Array ( objectArrayBuffer );...

    docs.aspose.com/cells/zh/javascript-cpp/inserti...
  2. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....excel file const workbook = new AsposeCells . Workbook ( path...filePath // Create a new workbook let workbook = new AsposeCells . Workbook...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  3. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency.... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  4. 用JavaScript通过C++指定在Excel文件中存储的重要数字位数|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++指定Excel文件中存储的有效数字位数。...open it; otherwise create a new workbook (matches original Node...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  5. Add Hyperlink to a Visio Shape in Ruby|Document...

    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.... new ( data_dir + "Drawing.vsd" )...aspose.diagram.Hyperlink' ) . new \ # Set address value hyperlink...

    docs.aspose.com/diagram/java/add-hyperlink-to-a...
  6. Configure Shape Objects with Layers in Visio in...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/configure-shape-ob...
  7. TableStyle.cellSpacing property | Aspose.Words ...

    TableStyle.cellSpacing property. Gets or sets the amount of space (in points) between the cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 使用JavaScript通过C++为图表设置数据源|Documentation

    了解Aspose.Cells for Java脚本通过C++支持的各种数据源。我们的指南将带你了解可用的不同类型数据源,并示范如何连接和检索数据以填充你的工作表。...Instantiate a new Workbook const workbook = new Workbook (); //...// Adding a new worksheet to the Excel object const sheetIndex...

    docs.aspose.com/cells/zh/javascript-cpp/data-fo...
  9. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  10. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for PHP via Java leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....presentation instance $pres = new Presentation (); try { # Adding...with ActiveX controls $pres = new Presentation ( "ActiveX.pptm"...

    docs.aspose.com/slides/php-java/activex/