Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 94,426 for

object

(0.11 sec)
  1. Add Worksheets to Existing Excel File in PHP|Do...

    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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells...Path // Creating a Workbook object and opening an Excel file using...

    docs.aspose.com/cells/net/add-worksheets-to-exi...
  2. How to Convert HTML to Image in Java

    This short tutorial is planned to describe how to convert HTML to image in Java by providing how-to steps and sample code. By using Java HTML to image converter can be written with the help of a few lines of code....class object Instantiate ImageSaveOptions class object and set...into the HTMLDocument class object. In the next step initialize...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  3. Convert MPP to PNG in Java

    This brief example is about how to convert MPP to PNG in Java. It provides well-definfed configuration steps and an example code to transform MPP file to PNG using Java....file using the Project class object to change MPP to PNG using...the ImageSaveOptions class object Save MPP as PNG in Java using...

    kb.aspose.com/tasks/java/convert-mpp-to-png-in-...
  4. How to Convert PDF to CSV using C#

    This easy tutorial explains how to convert PDF to CSV using C#. It explains how using C# PDF to CSV converter can be written with the help of detailed steps and ready to run sample code....file into the Document class object for conversion to CSV Instantiate...the ExcelSaveOptions class object to define the output file format...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-csv...
  5. Create KML File using C#

    This tutorial guides on how to create KML file using C#. It has the details to set the IDE, a list of steps, and sample code demonstrating the process to generate KML file using C#....namespace to create a VectorLayer object Define feature attributes by...their names and types Create an object of the Polygon class Define...

    kb.aspose.com/gis/net/create-kml-file-using-csh...
  6. How to Convert JPG to Word Format in Java

    This article explains how to convert JPG to Word format in Java. It shares the details to set the development environment, a list of steps, and a runnable sample code to transfer JPG to Word in Java....file using the Document class object to convert JPG to a Word file...Create a DocumentBuilder class object for the loaded Word file that...

    kb.aspose.com/words/java/how-to-convert-jpg-to-...
  7. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for Node.js via C++....the Style object of the desired cells. The Style object allows you...code; it creates a workbook object and sets different rotation...

    docs.aspose.com/cells/nodejs-cpp/how-to-rotate-...
  8. MarkdownOfficeMathExportMode enumeration | Aspo...

    aspose.words.saving.MarkdownOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to Markdown....Shows how to export OfficeMath object as Latex. doc = aw . Document...Shows how to export OfficeMath object as MarkItDown. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Border Settings|Documentation

    How to use the Aspose.Cells library in JavaScript via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....cells collection represents an object of the Cell class. Aspose.Cells...to a cell by using the Style object’s borders collection. The border...

    docs.aspose.com/cells/javascript-cpp/cells-bord...
  10. Create or Add Table In PDF using C#|Aspose.PDF ...

    Aspose.PDF for .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....can be created by creating object of Table Class. Aspose . Pdf...+ ", 3)" ); } // Add table object to first page of input document...

    docs.aspose.com/pdf/net/add-table-in-existing-p...