Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 97,200 for

object

(3.06 sec)
  1. Font Settings with JavaScript via C++|Documenta...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....cells collection represents an object of the Cell class. Aspose.Cells...inside a cell by using the Font object’s name method. <!DOCTYPE html>...

    docs.aspose.com/cells/javascript-cpp/cells-font...
  2. How to Convert Excel to Image in C#

    This quick tutorial guides you on how to convert Excel to Image in C#. To convert Excel to image C# environment settings and code is explained with the help of detailed steps along with a runnable code....Excel file into the Workbook object for conversion to multiple...a ImageOrPrintOptions class object for output images customization...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  3. How to Convert PowerPoint to Word in Python

    This simple tutorial guides on how to convert PowerPoint to Word in Python. It covers all the necessary steps, resources and a runnable sample code to transform PowerPoint into Word in Python with the help of a few API calls only....using the Presentation class object Save the presentation as HTML...HTML into Stream object using the save method Load the intermediate...

    kb.aspose.com/slides/python/how-to-convert-powe...
  4. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node.... Document A Document object that, as the root of the document...document. Section A Section object that corresponds to one section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Grouping Data in Aspose.Cells|Documentation

    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.... // Create a connection object, specify the provider info...connection object. con . Open (); // Create a command object and specify...

    docs.aspose.com/cells/net/grouping-data-in-aspo...
  6. Odso class | Aspose.Words for Node.js

    Aspose.Words.Settings.Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source...Specifies the Office Data Source Object (ODSO) settings for a mail...use the properties of this object is to create a document with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. View or Edit PPT Files Metadata using Python | ...

    Python source code to edit or view PPT format metadata....property exposed by Presentation object to access the document properties...presentation: # Create a reference to object associated with Presentation...

    products.aspose.com/slides/python-net/metadata/...
  8. View or Edit OTP Files Metadata using Python | ...

    Python source code to edit or view OTP format metadata....property exposed by Presentation object to access the document properties...presentation: # Create a reference to object associated with Presentation...

    products.aspose.com/slides/python-net/metadata/...
  9. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....range is linked to the graphic object, changes that you make to the...automatically appear in the graphic object. Add a picture to the worksheet...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  10. Decrypt PDF File|Aspose.PDF for Python via .NET

    This guide explains how to remove restrictions such as printing, copying, and editing to gain full access to your PDF document....Create a ‘PdfFileSecurity’ object. Load the encrypted PDF using...""" # Create PdfFileSecurity object file_security = pdf_facades...

    docs.aspose.com/pdf/python-net/decrypt-pdf-file/