Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 17,753 for

custom data

(0.12 sec)
  1. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...Calculate ( CalculationData & data ) override { Vector < Object...in the CalculationData object data . SetCalculatedValue ( calculatedValue...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...
  2. ChartDataLabel.IsHidden | Aspose.Words for .NET

    Discover the ChartDataLabel IsHidden property to easily control label visibility in your charts. Enhance your Data presentation with this simple feature!...Shows how to apply labels to data points in a line chart. public...EqualTo ( "Series 3" )); // Apply data labels to every series in the...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Create a Treemap in Excel using Python

    This short tutorial explains how to create a Treemap in Excel using Python. It share details for the development environment, a list of steps, and a sample code for generating a Tree map chart in Excel using Python....adding the sample data and add the customized chart for desired...sample hierarchical data Add border and other custom settings to the...

    kb.aspose.com/cells/python/create-a-treemap-in-...
  4. Advanced operations in Node.js|Aspose.PDF for N...

    Aspose.PDF for Node.js via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....Metadata in PDFs - get or set meta data in documents. Working with Images...annotations allow users to add custom content on PDF pages. You can...

    docs.aspose.com/pdf/nodejs-cpp/advanced-operati...
  5. Aspose::Words::Replacing::ReplacingArgs class |...

    Aspose::Words::Replacing::ReplacingArgs class. Provides Data for a Custom replace operation. To learn more, visit the documentation article in C++....ReplacingArgs class Provides data for a custom replace operation. To...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. Control the Appearance of Code Text in PHP|Docu...

    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....BarCodeBuilder (); \ # Set up code text (data to be encoded) $bb -> setCodeText...Status print "Barcode with custom appearance saved as JPEG image...

    docs.aspose.com/barcode/java/control-the-appear...
  7. Create Shared Workbook with Aspose.Cells for No...

    Learn how to create a shared workbook using Aspose.Cells for Node.js via C++.... join ( __dirname , "data" ); // Create Workbook object...Document Assistant Close Add Custom XML Parts and Select Them by...

    docs.aspose.com/cells/nodejs-cpp/create-shared-...
  8. Using WorkbookMetadata with Node.js via C++|Doc...

    Learn how to edit workbook metaData using Aspose.Cells for Node.js via C++....WorkbookMetadata class to edit custom document properties of a workbook...= path . join ( __dirname , "data" ); // Open workbook metadata...

    docs.aspose.com/cells/nodejs-cpp/using-workbook...
  9. Set PDF File Information|Aspose.PDF for .NET

    This section explains how to set PDF File Information with Aspose.PDF Facades....// For complete examples and data files, visit https://github...// For complete examples and data files, visit https://github...

    docs.aspose.com/pdf/net/set-pdf-file-information/
  10. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....Examples: Shows how to add a custom building block to a document...BuildingBlock(glossaryDoc); block.setName("Custom Block"); glossaryDoc.appendChild(block);...

    reference.aspose.com/words/java/com.aspose.word...