Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 375,991 for

save

(0.65 sec)
  1. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++...."Y30" ); // Save the Excel file. workbook . save ( path . join...removeAt ( 0 ); // Save the Excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  2. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code 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/php-java/audio-frame/
  3. Convert Image to Visio in Java

    This article shares the details to convert image to Visio in Java. It contains the step-by-step process and a running code snippet to export PNG to Visio in Java....Visio diagram by invoking the save() method These steps outline...picture as a Visio shape and save the generated Visio diagram...

    kb.aspose.com/diagram/java/convert-image-to-vis...
  4. Access Excel QueryTable using C#

    Follow this article to access Excel QueryTable using C#. It has details to set the IDE, a list of steps, and a sample code for accessing and updating the Excel external data connection using C#....Write the updated properties and save the workbook These steps summarize... update its properties, and save it on the disk. Code to Update...

    kb.aspose.com/cells/net/access-excel-querytable...
  5. ParagraphFormat.space_before property | Aspose....

    ParagraphFormat.space_before property. Gets or sets the amount of spacing (in points) before the paragraph....spacing above and below them and save the document. builder . writeln...writeln ( 'Paragraph 2.' ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extract Assets from 3DS File Formats via Java |...

    Sample Java extract assets code for 3DS file. Use this example code to extract assets from 3DS file within any Web or Desktop Java based application....Call the Extract method and save the file System Requirements...if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...

    products.aspose.com/3d/java/extractor/3ds/
  7. How to Convert FBX to STL in Python

    This article explains how to convert FBX to STL in Python. It covers the IDE configuration, a step-by-step list, and a runnable code snippet to create FBX to STL converter software in Python....the output STL file Invoke the save method of the Scene class to...use different overloads of the save() method to adjust the conversion...

    kb.aspose.com/3d/python/how-to-convert-fbx-to-s...
  8. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for .NET offers to build a Node hierarchy. The Node is basic building block of a scene. A hierarchy of nodes defines the logical structure of a scene, and provide visible content by attaching geometries, lights, and cameras to nodes.... PI , 4 , 0 ); // Save 3D scene in the supported file...file formats scene . Save ( "NodeHierarchy.fbx" ); Share Mesh’s...

    docs.aspose.com/3d/net/add-node-hierarchy-and-s...
  9. Aspose.PSD for Java 24.8 - 发行说明|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.... save ( outputPsdFile [ caseIndex...TruecolorWithAlpha ); img1 . save ( outputImageFile [ caseIndex...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  10. Using FloatingBox for text generation with Pyth...

    This page explains how to format text inside floating box.... Save the final PDF document using Document.save() . import...will be saved. Returns: None: The function creates and saves a PDF...

    docs.aspose.com/pdf/python-net/floating-box/