Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 17,716 for

custom data

(0.41 sec)
  1. CustomXmlPart.clone method | Aspose.Words for N...

    CustomXmlPart.clone method. Makes a deep enough copy of the object...data value. clone () Examples Shows...structured document tag with custom XML data. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 添加自定义XML部件并通过ID选择它们,使用Node.js和C++|Documentation

    学习如何向Excel文档添加自定义XML部件并通过ID进行选择,使用Aspose.Cells for Node.js via C++。... join ( __dirname , "data" ); const filePath = path ....Workbook ( filePath ); // Some data in the form of byte array. //...

    docs.aspose.com/cells/zh/nodejs-cpp/add-custom-...
  3. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection....structured document tag with custom XML data. let doc = new aw . Document...Construct an XML part that contains data and add it to the document's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomXmlPartCollection.count property | Aspose...

    CustomXmlPartCollection.count property. Gets the number of elements contained in the collection....structured document tag with custom XML data. let doc = new aw . Document...Construct an XML part that contains data and add it to the document's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML Data....is successfully mapped to XML data. get isMapped () : boolean Examples...how to set XML mappings for custom XML parts. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用Node.js的C++实现自定义计算引擎,以扩展Aspose.Cells的默认计算引擎|D...

    本文介绍如何通过使用 C++ 版 Aspose.Cells 库在 Node.js 中实现自定义计算引擎,从而扩展默认的计算引擎。加载现有的 Excel 文件或创建新文件,使用提供的方法并保存修改后的 Excel 文件。...,其中包含一个 calculate(CalculationData data) 方法。该方法会对所有公式调用。在此方法中,我们捕获 TODAY...Calculate method with custom logic calculate ( data ) { // Check the...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-c...
  7. Aspose.Slides for PHP via Java 14.6.0 的公共 API 和...

    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....$srcPres = new Presentation ( "data/Source Frame.pptx" ); $sourceShapes...setValueType ( ErrorBarValueType :: Custom ); $errBarY -> setValueType...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  8. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured document to XML Data....parent structured document to XML data. def delete ( self ): ... Examples...how to set XML mappings for custom XML parts. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++....// For complete examples and data files, please go to https://github...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/cpp/remove-unused-styles-...
  10. 无需在工作表中编写函数即可用Node.js通过C++直接计算自定义函数|Documentation

    本文介绍如何通过Node.js的C++使用Aspose.Cells库,直接在Microsoft Excel中计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或创建新文件,计算自定义函数,然后保存修改后的文件。...Calculate method with custom logic calculate ( data ) { // Check the...and calculate it yourself if ( data . getFunctionName () === "MyCompany...

    docs.aspose.com/cells/zh/nodejs-cpp/direct-calc...