Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 375,982 for

save

(2.67 sec)
  1. Გადაიყვანეთ HTML DOCX C++

    გადაიყვანეთ HTML DOCX C++ ფორმატში კოდით. შეინახეთ HTML როგორც DOCX C++....გამომავალი ფაილისკენ და გამოიყენოთ Save() მეთოდი შედეგის DOCX სახით...<Document>( u"Input.html" ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/ka/cpp/conversion/htm...
  2. IPageLayoutCallback Interface | Aspose.Words fo...

    Customize your document layout with Aspose.Words.Layout.IPageLayoutCallback interface. Enhance rendering with your own methods for optimal results.... Save ( ArtifactsDir + "Layout.PageLayoutCallback...<summary> /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/net/aspose.words.lay...
  3. 2022年新功能|Aspose.PDF for .NET

    本页面介绍了2022年引入的Aspose.PDF for .NET中最受欢迎的新功能。...signature ); // Save PDF document fileSign . Save ( dataDir + "...ODS }; // Save the file in ODS format document . Save ( dataDir...

    docs.aspose.com/pdf/zh/net/whatsnew/2022/
  4. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...inputFilePath ); // Specify Html Save Options HtmlSaveOptions options...to Html with Html Save Options workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  5. Master Slide|Aspose.Slides for Python Documenta...

    Manage master slides in Python with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... save ( "master_slide.pptx" , slides...first_master_slide ) presentation . save ( "master_slide_removed.pptx"...

    docs.aspose.com/slides/python-net/examples/elem...
  6. OLE对象|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理 OLE 对象:插入或更新嵌入的文件,设置图标或链接,提取内容,控制 PPT、PPTX 和 ODP 的行为。... save ( "ole_frame.pptx" , slides...( ole_frame ) presentation . save ( "ole_frame_removed.pptx" ...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. 图表|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js via Java 掌握图表:创建、格式化、绑定数据,并通过 JavaScript 示例将图表导出为 PPT、PPTX 和 ODP。... save ( "chart.pptx" , aspose . slides...removeAt ( 0 ); presentation . save ( "chart_removed.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....specify additional options when saving a document into the Html, Mhtml...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Insert Hyperlink to Document|Aspose.Words for Java

    Insert a hyperlink to a document easily and fast instead of using docx4j.... save ( dataDir + "AsposeAddHyperlinks...paragraph ); // Now save it wordMLPackage . save ( new java . io...

    docs.aspose.com/words/java/insert-hyperlink-to-...
  10. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....textAnnotation ); document -> Save ( _dataDir + u "sample_textannot...Delete ( fa ); } document -> Save ( _dataDir + u "sample_textannot_del...

    docs.aspose.com/pdf/cpp/text-annotation/