Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 91,199 for

object

(0.09 sec)
  1. Manage Legend of Excel Charts with Node.js via ...

    Learn how to utilize Aspose.Cells for Node.js via C++ to effectively use and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends.... The Legend object can be moved, updated, and...// Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/chart-legend/
  2. Force Table Rendering on New Page|Aspose.PDF fo...

    Ensure tables render on a new page in PDF documents using Aspose.PDF for Java. Enhance layout control in your reports....paragraphs are added to a Page object’s Paragraphs collection. However...previously added paragraph level object on the page. Adding a Table...

    docs.aspose.com/pdf/java/force-table-rendering-...
  3. Convert DXF to CGM via C# | products.aspose.com

    Sample code for DXF to CGM C# conversion. Use API example code for batch DXF files to CGM conversion within VB.NET, Asp.NET or any .NET based application....Load method Set an object of CadRasterizationOpti with...passing the resultant file path & object of CgmOptions System Requirements...

    products.aspose.com/cad/net/conversion/dxf-to-cgm/
  4. Save a Document in C#|Aspose.Words for .NET

    Save a document in any supported format using C#....NET HttpResponse object for sending to a client browser...Save to a Stream Pass a stream object to the Save method. It’s necessary...

    docs.aspose.com/words/net/save-a-document/
  5. How to Split Word Document using Java

    This tutorial provides information on how to split Word document using Java. It contains configuration details, detailed steps to accomplish the task and a runnable sample code to split Word document into multiple documents using Java....pages into the Document class object Get the total number of pages...file into the Document class object that also contains the method...

    kb.aspose.com/words/java/how-to-split-word-docu...
  6. How to Convert Excel to CSV in Python

    This quick tutorial guides on how to convert Excel to CSV in Python. To convert Excel to CSV Python environment settings, a detailed sequence of steps and a runnable sample code is available....class object Initialize a TxtSaveOptions class object for configuring...Excel file to Workbook class object and then instantiation of the...

    kb.aspose.com/cells/python/how-to-convert-excel...
  7. How to Convert HTML to Word using C#

    This short tutorial is designed to explain how to convert HTML to Word using C#. To accomplish the process of HTML to Word C# code is demonstrated along with the detailed steps to establish the environment....using the DocSaveOptions class object. In this tutorial for writing...Create the DocSaveOptions class object for configuring the output...

    kb.aspose.com/html/net/how-to-convert-html-to-w...
  8. How to Convert Protected Word Document to Unpro...

    This crisp tutorial describes how to convert protected Word document to unprotected in Python. It provides a step-wise procedure, reference to the relevant resources, and the sample code to unprotect DOCX in Python....file using the Document class object Call the unprotect() method...loaded into the Document class object. Once the source file is opened...

    kb.aspose.com/words/python/how-to-convert-prote...
  9. How to Convert TSV to Excel in Python

    This quick tutorial describes the process how to convert TSV to Excel in Python. It provides Python environment configuration, programming steps and a runnable sample code that can be used to write TSV to Excel converter in Python....source TSV file in the Workbook object using the specified properties...properties in the LoadOptions object Save the resultant workbook as...

    kb.aspose.com/cells/python/how-to-convert-tsv-t...
  10. Convert PDF to Excel in C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to convert PDF to Excel format using C++. During this, the individual pages of the PDF file are converted to Excel worksheets.... An object of the ExcelSaveOptions class...Create an instance of Document object with the source PDF document...

    docs.aspose.com/pdf/cpp/convert-pdf-to-excel/