Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 5,444 for

custom function

(0.11 sec)
  1. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF.... This functionality is essential for applications...producer = "Custom producer" doc_info . creator = "Custom creator"...

    docs.aspose.com/pdf/python-net/pdf-file-metadata/
  2. Online PPSM File Comparison or Build C++ Apps t...

    Free online app to Compare different PPSM files. C++ comparison library code for PPSM documents.... Use the Equals function with first object and second...these files will cease to be functional after this period. What browser...

    products.aspose.com/total/cpp/compare/ppsm/
  3. Introduction to Formulas | Aspose.Tasks Documen...

    The page contains an introduction in project formula grammar that used by Aspose.Tasks for C++ library for calculations....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tasks/cpp/introduction-to-formu...
  4. Metadata Cleaner for Word|Aspose.Words for .NET

    Aspose.Words Metadata Cleaner for Word is a metadata removal tool which protects organizations from accidental information and metadata leaks using C#....you to clean all Built-in and Custom properties from these files...OpenOffice documents. Remove all custom Properties from word document...

    docs.aspose.com/words/net/metadata-cleaner-for-...
  5. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from Custom data sources and regions....Performs a mail merge from a custom data source with mail merge...object that implements the custom mail merge data source interface...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Elevate Your Document Management Experience wit...

    SharePoint File Format Apps to convert and combine Word Excel PDF PowerPoint Email and Imaging document formats within Microsoft SharePoint...conversion and public API access for custom SharePoint solutions. Aspose...cover SharePoint workflows, custom solution development via the...

    products.aspose.com/total/sharepoint/
  7. Convert PPS to DOTX via C# .NET or with free On...

    Convert PowerPoint pps documents to Word dotx files with C#. Convert multiple files within ASP.NET or other .NET applications....Convert PPS files to create custom templates, layouts, and designs...the download links cease to function after this time period. The...

    products.aspose.com/total/net/conversion/pps-to...
  8. How to Add Extended Attributes to Resource Assi...

    Learn how to add extended attributes to Microsoft Project resource assignments using Aspose.Tasks for .NET. This guide explains how to create plain and lookup attributes with practical C# code examples....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tasks/net/adding-extended-attri...
  9. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document in Java....three bookmarks, then use a custom document visitor implementation...getCustomNodeId() Specifies custom node identifier. getDisplacedByCustom()...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...; // Return result of the function return result ; } } 以下是如何在电子表格中使用新定义的函数... putValue ( 62 ); //Adding custom formula to Cell A1 worksheet...

    docs.aspose.com/cells/zh/java/how-to-calculate-...