Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 347,062 for

save

(0.1 sec)
  1. Display and Hide Scrollbars of Workbooks|Docume...

    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....setHScrollBarVisible ( false ); //Saving the modified Excel file in...Excel 2003) format workbook . save ( dataDir + "AsposeSrollbarsHide...

    docs.aspose.com/cells/java/display-and-hide-scr...
  2. 透過 Python.NET 使用 Zip、7-zip、TAR o XAR 壓縮資料夾並尊重其結構

    了解如何透過 Python.NET 使用 Zip、7-zip、TAR 或 XAR 等各種工具高效壓縮資料夾,同時保留其內部結構。...路徑呼叫 create_entries 方法,然後使用 save 方法儲存存檔,如下所示: with zp . Archive()...create_entries( "D: \\ Data" ) archive . save( "archive.zip" ) Sampe 2: with...

    products.aspose.com/zip/zh-hant/python-net/adva...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Ti...

    Aspose::Words::Saving::ImageSaveOptions::get_TiffCompression method. Gets or sets the type of compression to apply when saving generated images to the TIFF format in C++....Aspose::Words::Saving::ImageSaveOptions::get_TiffCompression...of compression to apply when saving generated images to the TIFF...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::ImageSaveOptions::get_Pi...

    Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat method. Gets or sets the pixel format for the generated images in C++....Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat method...Words :: Saving :: ImagePixelFormat Aspose :: Words :: Saving :: ImageSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. 图表工作簿|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表工作簿... Save ( "resultchart.pptx" , Aspose...0 , "B1" , "新单元格" ); pres . Save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/zh/net/chart-workbook/
  6. Convert Excel to HTML with tooltip using Node.j...

    Learn how to convert Excel files to HTML format with tooltips for complete text display using Aspose.Cells for Node.js via C++....setAddTooltipText ( true ); // Save as Markdown workbook . save ( path . join...Hidden Worksheet Contents on Saving to HTML with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  7. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle document loading and saving issues seamlessly, preserving formatting and data integrity....during document loading or saving that might result in loss of...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/net/aspose.words/iwa...
  8. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  9. Create Signature Line in an Excel Workbook usin...

    This article describes how to create a Signature Line in an Excel Workbook using Node.js code with Aspose.Cells for Node.js via C++....getSignatureLine() property and saves the workbook. const path = require...signatureLine ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/create-signatu...
  10. Password Protect the VBA Project of Excel Workb...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++.... Finally, it saves it as the output Excel file...u "11" ); // Save the output Excel file wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/password-protect-the-...