Sort Score
Result 10 results
Languages All
Labels All
Results 7,101 - 7,110 of 94,422 for

object

(0.14 sec)
  1. Merge MD Files in Python

    Follow this article to merge MD files in Python. It has details to set the IDE, a list of steps, and a sample code to merge Markdown files in Python....Create the MarkdownLoadOptions object and register the warning callback...files into separate Document objects Append the second Markdown...

    kb.aspose.com/words/python/merge-md-files-in-py...
  2. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....calling the SeriesCollection object’s Add method. #include <iostream>...// Instantiating a Workbook object Workbook workbook ; // Adding...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...
  3. Access Worksheet Cell|Documentation

    This article introduces how to get cell (GridCell) in GridWeb....collection of GridCell objects where a GridCell object represents a cell...create a new cell (GridCell) object regardless of whether the cell...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Create a Simple or Protected ZIP archive via C#

    C# source code for creating ZIP archives. Add single or multiple files and folders to ZIP archives programmatically.... Create FileStream object with the output ZIP archive...source file into a FileStream object with mod FileMode.Open and...

    products.aspose.com/zip/net/zip-file/create/
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates.... Create an ITable object and set it to null. Iterate...Iterate through all IShape objects to find the relevant table. Set...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  6. Aspose::Words::Drawing::ShapeBase::get_BoundsWi...

    Aspose::Words::Drawing::ShapeBase::get_BoundsWithEffects method. Gets final extent that this shape Object has after applying drawing effects. Value is measured in points in C++....final extent that this shape object has after applying drawing...0 ]; // Create a RectangleF object, representing a rectangle,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Notes::FootnoteSeparator class |...

    Aspose::Words::Notes::FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document in C++....method that creates a Paragraph object with optional text and appends...appends it to the end of this object. Clone (bool) Creates a duplicate...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...application Instantiate License object to set it via SetLicense method...XLSX file into Aspose.Cells object model using Workbook constructor...

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  9. Aspose::Words::Paragraph::AppendField method | ...

    Aspose::Words::Paragraph::AppendField method. Appends a field to this paragraph in C++.... ReturnValue A Field object that represents the appended...braces). ReturnValue A Field object that represents the appended...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. How to Convert XML to PDF in Python

    This brief tutorial covers how to convert XML to PDF in Python. It includes all the details to configure the system environment, program algorithm, and a code snippet to demonstrate the conversion of XML document to PDF in Python with a few lines of code....convert XML to PDF Create an object of the Document class Load...conversion process by creating an object of the Document class and then...

    kb.aspose.com/pdf/python/how-to-convert-xml-to-...