Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 90,868 for

object

(0.14 sec)
  1. Create Pivot Tables and Pivot Charts|Documentation

    How to add Pivot Tables and Pivot Charts with Aspose.Cells for Node.js via C++....create and set PivotTable objects, which act as the basic building...building blocks of a PivotTable object: PivotField , a field in a...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  2. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....properties of the PageSetup object for the desired worksheet....(); // Instantiate a Workbook object Workbook workbook ( U16String...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  3. Convert PUB Files | Aspose.PUB for Java

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseudocode in this article....project Specify an IPubParser object named parser and assign it...responsible for creating a parser object to parse the .pub file specified...

    docs.aspose.com/pub/java/convert-pub-files/
  4. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....ICustomFunction { @Override public Object calculateCustomFunct ( String...the value of 1st parameter Object firstParamB1 = paramsList ...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  5. CertificateHolder class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignatures.CertificateHolder class. Represents a holder of X509Certificate2 instance...password) Creates CertificateHolder object using byte array of PKCS12...password) Creates CertificateHolder object using byte array of PKCS12...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.PSD for .NET 21.7 - Release Notes|Docume...

    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....AssertAreEqual ( object expected , object actual ) { if (! object . Equals...)) { throw new Exception ( "Objects are not equal." ); } } using...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-7...
  7. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e...format ) { return Format (( object ) value , format ); } public...format ) { return Format (( object ) value , format ); } private...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact....format ) { return Format (( object ) value , format ); } public...format ) { return Format (( object ) value , format ); } private...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Web Accessibility Check in Java – Errors and Wa...

    Learn how to check your website's accessibility for WCAG compliance using Aspose.HTML for Java...method to create a validator object. Load an HTML page using the...Initialize an HTMLDocument object 11 final HTMLDocument document...

    docs.aspose.com/html/java/web-accessibility-check/
  10. How to Add an Attachment to PDF in Java

    This article assets on how to add an attachment to PDF in Java. It provides references to use Aspose.PDF for Java, a list of programming steps and a runnable sample code for adding an attachment in PDF file in Java....file with the Document class object where an attachment is to be...using the FileSpecification object Save the output PDF file with...

    kb.aspose.com/pdf/java/how-to-add-an-attachment...