Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 310,748 for

save

(0.11 sec)
  1. Hide and Unhide Worksheets in a Workbook in VST...

    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 the file. To unhide a worksheet...XlSheetVisibility . xlSheetHidden ; //Save As the Excel file. excelApp...

    docs.aspose.com/cells/net/hide-and-unhide-works...
  2. 使用 Node.js 和 C++ 以指定打印纸张尺寸加载工作簿|Documentation

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载工作簿时设置打印纸张大小。..." ); // Save the workbook in memory stream...); // Save the workbook in pdf format workbookA5 . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-workbo...
  3. 避免在输出PDF中生成空白页,使用Node.js via C++|Documentation

    学习如何在没有内容输出时避免输出PDF中的空白页,使用Aspose.Cells for Node.js via C++。... Workbook (); // Create Pdf save options. const opts = new AsposeCells...setOutputBlankPageWh ( false ); // Save workbook to Pdf format, it will...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-blank...
  4. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。..."test" ); // Save as Excel file workbook . Save ( u "Book1.xlsx"..."password" ); // Save the workbook workbook . Save ( u "Book1.xlsx"...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  5. SaveOptions.update_fields property | Aspose.Wor...

    SaveOptions.update_fields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format...types should be updated before saving the document to a fixed page...document immediately before saving it to PDF. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create a rectangle...rectangle path. Close the page. Save the document. If we need to...

    docs.aspose.com/page/net/ps/working-with-shapes/
  7. FontSavingArgs.originalFileName property | Aspo...

    FontSavingArgs.originalFileName property. Gets the original font file name with an extension....logic for exporting fonts when saving to HTML. test . skip ( 'SaveExportedFonts...callback that will handle font saving in a custom manner. let options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontSavingArgs.KeepFontStreamOpen | Aspose.Word...

    Discover how the KeepFontStreamOpen property in FontSavingArgs lets Aspose.Words manage font streams efficiently, enhancing your document processing experience....stream open or close it after saving a font. public bool KeepFontStreamOpen...logic for exporting fonts when saving to HTML. public void SaveExportedFonts...

    reference.aspose.com/words/net/aspose.words.sav...
  9. TxtListIndentation class | Aspose.Words for Python

    aspose.words.saving.TxtListIndentation class. Specifies how list levels are indented when document is exporting to [SaveFormat.TEXT](../../aspose.words/Saveformat/#TEXT) format... To learn more, visit the Save a Document documentation article...configure list indenting when saving a document to plaintext. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape Effect|Aspose.Slides Documentation

    Apply effect to PowerPoint shape in Java... save ( "output.pptx" , SaveFormat...setBlurRadius ( 4 ); pres . save ( "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/shape-effect/