Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 93,410 for

object

(0.1 sec)
  1. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions Object. Each save format has a corresponding class that holds save options for that save format....after loading them in Scene object using C#. By loading and saving...a SaveOptions object. This should be an object of a class derived...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  2. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for Node.js via C++....access the ActiveX control object via Shape.getActiveXControl()..."data" ); // Create workbook object const wb = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...
  3. UserInformation.Name | Aspose.Words for .NET

    Effortlessly manage user profiles with the UserInformation Name property. Easily retrieve or update user names for enhanced personalization....// Create a UserInformation object and set it as the data source...properties of the UserInformation object that we have created above...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Discover how to add a Table of Contents (TOC) to an existing PDF document using Python and Aspose.PDF for better navigation.... insert ( 1 ) # Create object to represent TOC information...toc_info ) # Create string objects which will be used as TOC elements...

    docs.aspose.com/pdf/python-java/add-toc-to-exis...
  5. TeX typesetting functionality | C++ API Solution

    C++ API Solution to work with TeX. Learn on the example how to create TeX typesets with a few lines of code....options for Object TeX/Object LaTeX upon the Object TeX engine...with a newly created XpsDevice object and run the job by calling...

    products.aspose.com/tex/cpp/typeset-tex-files/
  6. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...end" )); // Create a style object Style style = sheet1 . GetCells...SetStyle ( style ); // Create an object for AutoFitterOptions AutoFitterOptions...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  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....//Instantiating a Workbook object Workbook workbook = new Workbook...new worksheet to the Workbook object int i = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  8. FieldEnd class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldEnd class. Represents an end of a Word field in a document...the font formatting of this object. (Inherited from Inline ) hasSeparator...isDeleteRevision Returns true if this object was deleted in Microsoft Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Importing from Array|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....Array , represents the array object whose contents need to be imported...// Instantiating a Workbook object Workbook workbook = new Workbook...

    docs.aspose.com/cells/net/importing-from-array/
  10. Create PDF document|Aspose.PDF for Python via C++

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via C++ library.... Create a new Document object that represents an empty PDF...Gets the document_get_pages object that contains all the pages...

    docs.aspose.com/pdf/python-cpp/create-document/