Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 97,373 for

object

(0.13 sec)
  1. How to Convert JSON to Excel in Python

    This quick tutorial explains how to convert JSON to Excel in Python as when we convert JSON to Excel Python is one of the best options. This tutorial provides configuration information, sequence of steps and a runnable sample code to demonstrate this feature....the JsonLayoutOptions class object that allows a number of customizations...Create a JsonLayoutOptions class object to customize the JSON import...

    kb.aspose.com/cells/python/how-to-convert-json-...
  2. Customizing Charts with JavaScript via C++|Docu...

    Learn how to customize charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....a Series object, whereas the SeriesCollection object serves as...as a collection of Series objects. When creating a custom chart...

    docs.aspose.com/cells/javascript-cpp/customizin...
  3. Add Audio in PowerPoint PPT in C# | C# Extract ...

    Use .NET PowerPoint API to insert audio in PowerPoint presentations using C#. Extract audio from the slides in the presentations programmatically....from file into a FileStream object. Insert the audio to the presentation...audio frame into an IAudioFrame object. Set the additional properties...

    blog.aspose.com/slides/add-or-extract-audio-in-...
  4. How to Export Excel to Word in Python

    This brief article guides on how to export Excel to Word in Python. It contains information about the environment configuration, the detailed steps to be followed and a runnable sample code converting Excel to Word in Python....file in the Workbook class object for conversion to a Word file...Instantiate DocxSaveOptions class object Set the flag to create a directory...

    kb.aspose.com/cells/python/how-to-export-excel-...
  5. FontConfigSubstitutionRule | Aspose.Words for Java

    Font config substitution rule in Java....Object, com.aspose.words.FontSubstitutionRule...// The FontConfigSubstituti object works differently on Windows/non-Windows...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldDdeAuto Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDdeAuto class for seamless DDEAUTO field integration, enhancing document automation and efficiency in your projects....{ get; } Gets a FieldFormat object that provides typed access...whether to insert the linked object as a bitmap. InsertAsHtml {...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Delete a Slide|Aspose.Slides 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....); // Get the presentation object and pass it to the next DeleteSlide...); } // Get the presentation object and pass it to the next CountSlides...

    docs.aspose.com/slides/net/delete-a-slide/
  8. Extract PDF pages|Aspose.PDF for Java

    This section explains how to extract PDF pages with com.aspose.pdf.facades using PdfFileEditor class....() { // Create PdfFileEditor object PdfFileEditor pdfEditor = new...() { // Create PdfFileEditor object PdfFileEditor pdfEditor = new...

    docs.aspose.com/pdf/java/extract-pdf-pages/
  9. Working with Paragraphs in Node.js|Aspose.Words...

    Insert paragraph and specify its formatting in a document using Node.js....represented by a ParagraphFormat object that is returned by the paragraphFormat...paragraphFormat property. This object encapsulates various paragraph...

    docs.aspose.com/words/nodejs-net/working-with-p...
  10. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....converting a JSON (JavaScript Object Notation) file to an Excel...Cells-for-C // Create a Workbook object from a JSON file Workbook workbook...

    docs.aspose.com/cells/cpp/convert-json-to-excel/