Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 375,527 for

save

(0.34 sec)
  1. 在 PHP 中将超链接添加到 Visio 形状|Documentation

    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....() -> add ( $hyperlink ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Hyperlinks.vdx"...

    docs.aspose.com/diagram/zh/java/add-hyperlink-t...
  2. Re-Order Sheets Within Workbook|Documentation

    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....moveTo ( 2 ); //Save the Excel file. workbook . save ( dataDir +...

    docs.aspose.com/cells/java/re-order-sheets-with...
  3. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for Node.js via C++....); // Save the PDF file with PdfSaveOptions wb . save ( path...

    docs.aspose.com/cells/nodejs-cpp/render-solid-g...
  4. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....assigns it a new Tab Id and saves it as output Excel file . Please...SetTabId ( 358 ); // Save the workbook wb . Save ( u "outputSheetId...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  5. WarningInfo class | Aspose.Words for Python

    aspose.words.WarningInfo class. Contains information about a warning that Aspose.Words issued during document loading or saving...during document loading or saving. To learn more, visit the Programming...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.AutomaticallyUpdateStyles | Aspose.Wor...

    Discover how the AutomaticallyUpdateStyles property in MS Word ensures your document's styles sync with the template every time you open it, enhancing consistency.... Save ( ArtifactsDir + "Document....// if a document that we are saving does not have one. SaveOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Converting a PDF file to PPTX using Python via ...

    Sample code on Python via Java for PDF to PPTX conversion. Use example code for batch PDF to PPTX conversion with Python and Java...Save method with page index & output...output file path as parameters Save the output PPTX file Here is...

    products.aspose.com/pdf/python-java/conversion/...
  8. FileFormatInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.FileFormatInfo class for efficient document format detection. Access detailed data to enhance your file management solutions....a password when we save it, and then save the document. OdtSaveOptions...Password = "MyPassword" ; doc . Save ( ArtifactsDir + "File.DetectDocumentEncryp...

    reference.aspose.com/words/net/aspose.words/fil...
  9. 使用Node.js的C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码的数字签名的有效性。...()); // Modify the VBA Code, save the workbook then reload //...setCodes ( code ); // Save workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-di...
  10. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++.... Finally, it saves the workbook as the output Excel...slicers . Remove ( slicer ); // Save the workbook in output XLSX...

    docs.aspose.com/cells/cpp/removing-slicer/