Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 368,275 for

save

(0.2 sec)
  1. Export Visio Diagram to XML in PHP|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....vsd" ); \ # Save as VDX $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.vdx" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  2. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....AUTO_FIT_TO_CONTENTS ) # Save the document to disk. doc . save ( self . dataDir...FIXED_COLUMN_WIDTHS ) # Save the document to disk. doc . save ( self . dataDir...

    docs.aspose.com/words/java/autofit-setting-to-t...
  3. PageSet.odd property | Aspose.Words for Node.js

    PageSet.odd property. Gets a set with all the odd pages of the document in their original order.... Saving . PageSet Remarks Odd pages...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a document to .rtf with custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Saving File to Response Object with Node.js via...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for Node.js via C++....Ask AI Saving File to Response Object with Node.js via C++ Contents...files can be saved to a response object. Saving File to Response...

    docs.aspose.com/cells/nodejs-cpp/saving-file-to...
  6. Draw Square|Documentation

    This section explains how to draw square in a visio page with Aspose.Diagram. Support using C# to draw square and Save as pdf, svg, html, image, xps and other formats....draw a square in the page and save as SVG format. The code example...square in a Visio drawing and save as SVG format. Draw Square in...

    docs.aspose.com/diagram/net/drawing/draw-square/
  7. Saving Visio Document in Ruby|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....Saving Visio Document in Ruby Contents [ Hide ] Aspose.Diagram...Diagram - Saving Visio Document To Save Visio Document using Aspose...

    docs.aspose.com/diagram/java/saving-visio-docum...
  8. PageSet.Even | Aspose.Words for .NET

    Retrieve a set of all even pages from your document in their original order with PageSet Even. Streamline your workflow and enhance document management!...can pass to the document's "Save" method // to modify how that...pages from // our document to save in an output PDF document based...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method...Examples Shows how to load and save font fallback settings to/from...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 将 Excel 工作簿转换为 Ods、Sxc 和 Fods(OpenOffice...

    如何使用 Aspose.Cells 和 C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...Workbook > ( odsFilePath ); // Save as xlsx file U16String xlsxOutputPath..."ods_out.xlsx" ); workbook -> Save ( xlsxOutputPath ); // Load...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-ods/