Sort Score
Result 10 results
Languages All
Labels All
Results 9,301 - 9,310 of 368,108 for

save

(0.27 sec)
  1. PdfImageCompression Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PdfImageCompression enum to optimize image compression in your PDF files, enhancing quality and reducing file size effortlessly....can pass to the document's "Save" method // to modify how that...pdfSaveOptions . JpegQuality = 10 ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。..."A1:T35" ); // Save the workbook workbook . Save ( outDir + u "SetPrintArea_out..."$1:$2" ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Nav...

    Aspose::Words::Saving::HtmlSaveOptions::get_NavigationMapLevel method. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats. Default value is %3 in C++....Aspose::Words::Saving::HtmlSaveOptions::get_NavigationMapLevel...int32_t Aspose :: Words :: Saving :: HtmlSaveOptions :: get_NavigationMapLevel...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....Excel file to 4 points and then saves it to disk. #include <iostream>...( 4 ); // Save the workbook in XLSX format wb . Save ( outDir...

    docs.aspose.com/cells/cpp/change-character-spac...
  5. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#.... Save the modified presentation as...DataLabelFormat . Separator = "/" ; // Save the presentation to disk as...

    docs.aspose.com/slides/net/create-chart/
  6. IDocumentPartSavingCallback class | Aspose.Word...

    Aspose.Words.Saving.IDocumentPartSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words Saves document parts when exporting a document to [SaveFormat.Html](../../aspose.words/Saveformat/#Html) or [SaveFormat.Epub](../../aspose.words/Saveformat/#Epub) format....Words saves document parts when exporting...when Aspose.Words is about to save a document part. See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Populate Data First by Row then by Column with ...

    Learn how to populate data first by row then by column through the Aspose.Cells for C++ API....U "data4" ); // Save workbook workbook . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/populate-data-first-b...
  8. 限制和 API 差异|Documentation

    Aspose.Cells for Node.js via Java 的限制和 API 差异。... save ( “ result . xlsx ” ); Aspose...workbook . save ( ' result . xlsx ' ); console . log ( ' saved to file...

    docs.aspose.com/cells/zh/nodejs-java/limitation...
  9. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for JavaScript via C++. Efficiently manage your workbook structures.... get ( "Copy" )); // Saving the modified Excel file const...const outputData = workbook . save ( SaveFormat . Xlsx ); const...

    docs.aspose.com/cells/javascript-cpp/copy-and-m...
  10. View PDF Files using C++ | Aspose.PDF

    Open and view PDF documents programmatically with C++ sample code using Aspose.PDF for C++...pdf" ); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/pdf/