Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 86,687 for

object

(0.07 sec)
  1. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets....code, it creates a workbook object and adds multiple worksheets...// Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  2. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....// Instantiating a Workbook object const workbook = new AsposeCells...Aspose!" ); // Defining a Style object let style ; // Get the style...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/
  3. IStructuredDocumentTag.xml_mapping property | A...

    IStructuredDocumentTag.xml_mapping property. Gets an Object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document....xml_mapping property Gets an object that represents the mapping...set_mapping() method of this object to map a structured document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Shapes in Python|Aspose.Words for ...

    Create and manage shapes, ole Objects in a document using Python....Words represent an object in the drawing layer, such...AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...

    docs.aspose.com/words/python-net/working-with-s...
  5. Embed Attachment to PDF|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....Excel, you can insert an Ole Object with source data( embedded...xlsx ) . Double click the Ole Object, the embedded file will be...

    docs.aspose.com/cells/java/embed-attachment-to-...
  6. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....can save its Visio diagram object in any supported file format...complete path or a file stream object. Aspose.Diagram API infers...

    docs.aspose.com/diagram/net/save-visio-document/
  7. Create a Pivot Table|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....worksheet cells by using the Cell object’s setValue property. This data...the Worksheet object. Access the PivotTable object from the PivotTableCollection...

    docs.aspose.com/cells/python-java/create-a-pivo...
  8. Aspose.PSD for Java 24.6 - 发布说明|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....void assertAreEqual ( Object expected , Object actual ) { assertAreEqual...assertAreEqual ( expected , actual , "Objects are not equal." ); } static...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. Format and Modify Named Ranges|Documentation

    This article shows how to Format and Modify Named Ranges by the Aspose.Cells for Python via .NET API....formatting, define a Style object to specify the style settings...settings and apply it to the Range object. The following example shows...

    docs.aspose.com/cells/python-net/format-and-mod...
  10. How to Create a Table in Word using Python

    This article describes how to create a table in Word using Python. It contains detailed instructions to configure the environment, write a program to accomplish the task, and also shares a runnable sample code for inserting table in MS Word using Python....Instantiate the DocumentBuilder class object for adding a table Start a...using the DocumentBuilder class object and insert a cell with some...

    kb.aspose.com/words/python/how-to-create-a-tabl...