Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 369,768 for

save

(0.11 sec)
  1. Add Watermark to ODP Presentation Files using J...

    Java source code for adding Watermark to ODP Presentation.... save ( "watermark.odp" , SaveFormat...PictureFillMode . Stretch ); pres . save ( "watermark2.odp" , SaveFormat...

    products.aspose.com/slides/java/watermark/odp/
  2. Add Watermark to PPT Presentation Files using J...

    Java source code for adding Watermark to PPT Presentation.... save ( "watermark.ppt" , SaveFormat...PictureFillMode . Stretch ); pres . save ( "watermark2.ppt" , SaveFormat...

    products.aspose.com/slides/java/watermark/ppt/
  3. Extract Assets from USDZ File Formats via .NET ...

    C# source code to load, render and add extract assets from USDZ documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/usdz/
  4. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT documents on .NET Framework, .NET Core, Mono....Call the Extract method and save the file System Requirements...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...

    products.aspose.com/3d/net/extractor/jt/
  5. 从单元格中删除文本|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 (); } } // Given a worksheet...ToString (); } } } worksheet . Save (); } document . WorkbookPart...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  6. 保护和取消保护工作簿|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....true ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit..."007" ); //Save As the excel file. workbook . Save ( @"d:\test\MyBook...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  7. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... It then saves the workbook as output PDF file...filePath ); // Save file to pdf workbook . save ( "out.pdf" ,...

    docs.aspose.com/cells/nodejs-cpp/draw-timeline-...
  8. MetafileRenderingOptions.EmulateRenderingToSize...

    Discover the MetafileRenderingOptions EmulateRenderingToSizeOnPageResolution property. Control metafile rendering resolution for optimal page display....can pass to the document's "Save" method // to modify how that...EmulateRenderingToSi = 50 ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 使用 C++ 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...get_ActualMinorUnit (); // 保存演示文稿 pres -> Save ( u "ErrorBars_out.pptx" , SaveFormat...SwitchRowColumn (); // 保存演示文稿 pres -> Save ( u "SwitchChartRowColumn_out...

    docs.aspose.com/slides/zh/cpp/chart-axis/
  10. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... Save the Document. import os import...will be saved. Returns: None: The function creates and saves a PDF...

    docs.aspose.com/pdf/python-net/rotate-text-insi...