Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 94,271 for

object

(0.14 sec)
  1. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts.... With the Axis object, you can change all options...// Instantiating a Workbook object Workbook workbook ; // Adding...

    docs.aspose.com/cells/cpp/chart-axes/
  2. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....Create a new DocumentBuilder object on your Document . Start a...through each object in the DataRow . Insert the object into the document...

    docs.aspose.com/words/java/how-to-build-a-table...
  3. How to Convert RTF to PDF using C++

    This short tutorial guides on how to convert RTF to PDF using C++. It provides necessary information to configure the environment and runnable code to export RTF to PDF using C++....RTF file into Document class object for conversion to PDF in C++...Create PdfSaveOptions class object to customize the output PDF...

    kb.aspose.com/words/cpp/how-to-convert-rtf-to-p...
  4. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications....Initialize the Document class object. Add a page using Pages.Add()... Create a new TextFragment object and set its text. Add TextFragment...

    products.aspose.com/pdf/net/create/
  5. Extracting text from invoices|Documentation

    How to digitize scanned invoices by automatically extracting text from them....takes OcrInput object and returns OcrOutput object containing the...

    docs.aspose.com/ocr/python-net/recognition/invo...
  6. 从xlsx4j工作表中导出数据|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....//Instantiating a Workbook object Workbook workbook = new Workbook...starting from 1st cell to Array. Object dataTable [][] = worksheet...

    docs.aspose.com/cells/zh/java/export-data-from-...
  7. 使用几何部分|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....//initialize LineTo geometry object LineTo lineTo = new LineTo...//initialize LineTo geometry object lineTo = new LineTo (); //set...

    docs.aspose.com/diagram/zh/java/working-with-ge...
  8. FootnoteSeparator Class | Aspose.Words for .NET

    Discover the Aspose.Words.Notes.FootnoteSeparator class, your key to managing footnote and endnote content seamlessly in any document....Range { get; } Returns a Range object that represents the portion...method that creates a Paragraph object with optional text and appends...

    reference.aspose.com/words/net/aspose.words.not...
  9. Worksheet To Image in Jython|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....xls" ) # Create an object for ImageOptions imgOptions...0 ) # Create a SheetRender object for the target sheet sr = SheetRender...

    docs.aspose.com/cells/java/worksheet-to-image-i...
  10. Extract Images from PDF C#|Aspose.PDF for .NET

    How to extract a part of the image from PDF using Aspose.PDF for .NET in C#...index returns an XImage object. This object provides a Save method...

    docs.aspose.com/pdf/net/extract-images-from-the...