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

object

(0.49 sec)
  1. ImageSize.vertical_resolution property | Aspose...

    ImageSize.vertical_resolution property. Gets the vertical resolution in DPI....it will contain an ImageSize object. image_size = shape . image_data...image_size # The ImageSize object contains read-only information...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Odso.clone method | Aspose.Words for Python

    Odso.clone method. Returns a deep clone of this Object....Returns a deep clone of this object. def clone ( self ): ... See...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Got null pointer issue on converting PS to PDF ...

    I am using aspose-page-25.12.jar and following your example code, to convert ps file to pdf. But I got the below issue on some files: Cannot invoke “com.aspose.page.internal.l1l.I594.equals(Object)” because “” is null …...equals(Object)” because “” is null java.lang...page.internal.l1l.I594.equals(Object)” because “” is null at com...

    forum.aspose.com/t/got-null-pointer-issue-on-co...
  4. How to Convert Excel to HTML in Java

    In this concise tutorial explanation is provided on how to convert Excel to HTML in Java. You can configure the output HTML using a number of properties before you export Excel to HTML in Java....to HTML using the Workbook object Create and initialize the save...HTML using the HtmlSaveOptions object Set few properties of HTML...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  5. How to Convert GLB to FBX using Java

    This article guides on how to convert GLB to FBX using Java. It has all the details to set the IDE, a list of steps, and a runnable sample code for developing a GLB to FBX converter using Java....into the Scene class object Create an object of FbxSaveOptions class...loaded into the Scene class object using the fromFile() method...

    kb.aspose.com/3d/java/how-to-convert-glb-to-fbx...
  6. How to Convert HTML to JSON using Node.js

    This article guides on how to convert HTML to JSON using Node.js. It has details to configure the IDE, a list of steps, and aa runnable sample code to transform HTML to JSON using Node.js....file into the Workbook class object Call the getLastCell() method...to the last cell Create an object of the JsonSaveOptions class...

    kb.aspose.com/cells/nodejs/how-to-convert-html-...
  7. Create SmartArt in PowerPoint PPT using C# | So...

    Use .NET PowerPoint API to create SmartArt shapes in PowerPoint presentations using C# or VB.NET. Access and modify SmartArt in PowerPoint....desired slide into an ISlide object. Create a SmartArt using ISlide...desired slide into an ISlide object. Loop through the shapes in...

    blog.aspose.com/slides/create-smartart-in-power...
  8. Work with Text in a Table|Aspose.Words for .NET

    Replace text in a table in C#. Extract Plain Text from Table or Cell using C#....to the Range object. Using the table range object, you can replace...Table or Cell Using the Range object, you can also call methods...

    docs.aspose.com/words/net/work-with-text-in-a-t...
  9. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style Objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style Objects and implement them in your application....Reusing Style Objects with C++ Contents [ Hide ] Reusing style...style objects can save memory and make a program faster. To apply...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  10. Basics of Aspose.PDF DOM API|Aspose.PDF for C++

    Aspose.PDF for C++ also uses the idea of DOM to represent the structure of a PDF document in terms of Objects. Here you can read the description of this structure....Introduction to the DOM API Document Object Model (DOM) is a form of representation...structured documents as an object-oriented model. DOM is the...

    docs.aspose.com/pdf/cpp/basics-of-dom-api/