Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 94,431 for

object

(0.23 sec)
  1. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance....getDataDir (); // Initialize an object Discreet3DSSaveOptio saveOpts...); // The separator between object's name and the duplicated counter...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  2. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in Java....Instantiate the Presentation class object to add a default empty presentation...PowerPoint in Java , the Slide object is used to hold the reference...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  3. How to Insert Comment in PDF using Java

    This short article describes how to insert comment in PDF using Java. Information is provided to prepare the development environment, a step-wise detail and a runnable sample code demonstrating how to add comments in PDF file using Java....the Document class object Create an object of the TextAnnotation...class object and set its properties Create a border object and...

    kb.aspose.com/pdf/java/how-to-insert-comment-in...
  4. How to Convert PDF to PowerPoint using Java

    This tutorial contains information on how to convert PDF to PowerPoint using Java. It guides to set the environment, shares steps and a runnable sample code to change PDF to PowerPoint using Java....create PPTX Instantiate an object of PptxSaveOptions for setting...PowerPoint using Java . Firstly, an object of PptxSaveOptions class is...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-po...
  5. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....3d" ); // Initialize an object var loadSTLOpts = new aspose..."aspose.3d" ); // Initialize an object var loadU3DOpts = new aspose...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  6. 向节点添加转换|Documentation

    Aspose。3D for Java API 支持在 3D 空间中旋转对象。有三种方法来定义对象在 3D 空间中的旋转,欧拉角,四元数和自定义矩阵,所有这些都由Transform类支持。...按四元数旋转 // Initialize scene object Scene scene = new Scene ();...(); // Initialize Node class object Node cubeNode = new Node (...

    docs.aspose.com/3d/zh/java/adding-transformatio...
  7. Find or Search Data|Documentation

    Learn how to find or search cells in a worksheet that contains specified data through the Aspose.Cells for Node.js via C++ API....accepts three parameters: Object: The object to search for. The type...Previous cell with the same object. This parameter can be set...

    docs.aspose.com/cells/nodejs-cpp/find-or-search...
  8. How to Convert PNG to PowerPoint Slide in Python

    This article is about how to convert PNG to PowerPoint slide in Python. It covers the configuration details, step-wise process to accomplish the task and a sample code to assist to insert image in PPTX using Python....using a Presentation class object and access the first default...PPTX in Python , the Slide object is used to hold the reference...

    kb.aspose.com/slides/python/how-to-convert-png-...
  9. How to Convert HTML to Word in Java

    This brief tutorial explains how to convert HTML to Word in Java by just loading the HTML file and saving it as a Word file. While using Java HTML to Word conversion provides full control as you can configure the output Word file by setting all the characteristics supported by MS Word....loaded into a Document class object and saved as a Word file. Once...loaded into the Document class object, you will have a complete control...

    kb.aspose.com/words/java/how-to-convert-html-to...
  10. How to Convert DAE to OBJ in C#

    This article explains how to convert DAE to OBJ in C#. It has the IDE settings, a list of steps, and a runnable sample code to convert DAE file to OBJ in C#....Scene class object Create an ObjSaveOptions class object to customize...properties in the ObjSaveOptions object Call the save method in the...

    kb.aspose.com/3d/net/how-to-convert-dae-to-obj-...