Sort Score
Result 10 results
Languages All
Labels All
Results 9,391 - 9,400 of 375,752 for

save

(1.69 sec)
  1. Manage Audio in Presentations Using JavaScript|...

    Create and control audio frames in Aspose.Slides for Node.js—examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Save the modified presentation. This...PowerPoint file to disk pres . save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/nodejs-java/audio-frame/
  2. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for Java has support of building a hierarchy of Nodes. The Node is basic building block of 3D scene and a hierarchy of nodes defines the logical structure of 3D scene, and provide visible content by attaching geometries, lights, and cameras to nodes....fbx" ); // Save 3D scene in the supported file...file formats scene . save ( MyDir , FileFormat . FBX7500ASCII...

    docs.aspose.com/3d/java/add-node-hierarchy-and-...
  3. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....( false ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...
  4. Replacing Images inside Presentation Image Coll...

    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....[ 3 ]); //Save the presentation presentation . Save ( "c:\\Pr...

    docs.aspose.com/slides/net/replacing-images-ins...
  5. 产生紫外线|Documentation

    Aspose.3D for Java 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。...createChildNode ( mesh ); //then save it scene . save ( MyDir + "test.obj"...

    docs.aspose.com/3d/zh/java/generate-uv/
  6. 产生紫外线|Documentation

    Aspose.3D for Python via .NET 提供了公开GenerateUV方法的PolygonModifier类,您可以使用该方法手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...create_child_node ( mesh ) # then save it scene . save ( "out" + "Aspose.obj"...

    docs.aspose.com/3d/zh/python-net/generate-uv/
  7. Convert a Document in C++|Aspose.Words for C++

    Easily convert documents from one format to another using C++. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....combination of loading and saving operations. What Is Document...Aspose.Words involves loading or saving a document in some format....

    docs.aspose.com/words/cpp/convert-a-document/
  8. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for Node.js via C++ to set the fill of a chart legend entry to none. This guide demonstrates how to modify the fill of legend entries in Microsoft Excel charts for better visualization and customization....); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/set-text-of-ch...
  9. Recognise Self Closing Tags with Node.js via C+...

    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....loadOptions ); // Save the workbook wb . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/recognise-self...
  10. Set Image Size|Aspose.PDF for .NET

    This section describes how to set image size PDF file using C# library....Height = 800 ; // Save PDF document document . Save ( dataDir + "SetImageSize_out...

    docs.aspose.com/pdf/net/set-image-size/