Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 369,807 for

save

(0.23 sec)
  1. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。... Save ( outDir + u "rangestyles.out...Blue ()); // Saving the Excel file workbook . Save ( outDir + u...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  2. Migrate to the latest Aspose.Tasks for Java | A...

    Learn how to migrate from earlier versions of Aspose.Tasks for Java 8.1.0 to the latest ones....22 23 // Save the project to XML format 24 25 prj. save ( "Project4... Prorated ); 18 19 project. save ( "ProjectDefaultProps.xml"...

    docs.aspose.com/tasks/java/how-to-migrate-to-as...
  3. Manage Chart Data Series in Presentations on An...

    Learn how to manage chart series on Android for PowerPoint (PPT/PPTX) with practical Java code examples and best practices to enhance your data presentations.... save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/androidjava/chart-series/
  4. Add and Verify PDF Digital Signature using Java...

    Сreate electronic signature in PDF documents programmatically with Java sample code using Aspose.PDF for Java... Save PDF file, You will get the document...pkcs ); // Save output PDF file signature . save ( outFile );...

    products.aspose.com/pdf/java/signature/
  5. 视频|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理视频:插入、替换、裁剪、设置海报帧和播放选项,并将演示文稿导出为 PPT、PPTX 和 ODP。... save ( "video.pptx" , slides . export...video_frame ) presentation . save ( "video_removed.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. Connector|Aspose.Slides for Python Documentation

    Draw and control connectors in Python with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP.... save ( "connector.pptx" , slides...( connector ) presentation . save ( "connector_removed.pptx" ...

    docs.aspose.com/slides/python-net/examples/elem...
  7. DocumentSecurity enumeration | Aspose.Words for...

    Aspose.Words.Properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtindocumentproperties/security/) property... save ( base . artifactsDir + "DocumentProperties...isWriteProtected ). toEqual ( true ); doc . save ( base . artifactsDir + "DocumentProperties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_HyperlinkBase method. Specifies the base string used for evaluating relative hyperlinks in this document in C++....docx" )); doc -> Save ( get_ArtifactsDir () + u "DocumentProperties...to the one we are planning to save the document in. // We could...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. DocSaveOptions.always_compress_metafiles proper...

    DocSaveOptions.always_compress_metafiles property. When ``False``, small metafiles are not compressed for performance reason...compression in a document while saving. # Open a document that contains...equation object.docx' ) # When we save a document, smaller metafiles...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save the file. Add Table in PDF -...get_Paragraphs () -> Add ( table ); // Save updated document containing...

    products.aspose.com/pdf/cpp/table/add/