Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 586,039 for

save

(0.14 sec)
  1. Add Hyperlink to a Visio Shape in Ruby|Document...

    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....hyperlink ) \ # Save diagram diagram . save ( data_dir + "Hyperlinks...

    docs.aspose.com/diagram/java/add-hyperlink-to-a...
  2. Insert Nested Fields in Ruby|Aspose.Words for Java

    Insert Nested Fields using Ruby.... update () \ # Save the document. doc . save ( data_dir + "InsertNestedFields...

    docs.aspose.com/words/java/insert-nested-fields...
  3. 在 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.... insertRows ( 2 , 1 ) # Saving the modified Excel file in...Excel 2003) format workbook . save ( data_dir + "Insert Row.xls"...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  4. Split a Document in Python|Aspose.Words for Pyt...

    Split a document into several files using Python. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....them, for example, to mark up, save, or send. Aspose.Words provides...format. Split the document. Save the output documents. After...

    docs.aspose.com/words/python-net/split-a-document/
  5. Convert XLAM to DOTX using Python or with free ...

    XLAM to DOTX conversion in your Python applications without using Microsoft Office or online. Test free XLAM to DOTX online converter quickly before integrating the code....NET , save the created HTML into desired...Workbook class Save XLAM file to HTML by using save(file, SaveFormat...

    products.aspose.com/total/python-net/conversion...
  6. Configure Shape Objects with Layers in Visio in...

    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....setValue ( "" ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Layers.vdx" ,...

    docs.aspose.com/diagram/java/configure-shape-ob...
  7. Aspose::Words::Drawing::ShapeBase::get_Title me...

    Aspose::Words::Drawing::ShapeBase::get_Title method. Gets or sets the title (caption) of the current shape object in C++....InsertNode ( shape ); // When we save a document with a shape that...the shape's Alt Text. doc -> Save ( ArtifactsDir + u "Shape.Title...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Split ODT Files via .NET | products.aspose.com

    C# code to split Microsoft Word ODT documents using server side .NET library.... Call the Save() method and pass the file name...DocumentPageSplitter ( doc ); // Save each page as a separate document...

    products.aspose.com/words/net/splitter/odt/
  9. Split DOT Files via .NET | products.aspose.com

    C# code to split Microsoft Word DOT documents using server side .NET library.... Call the Save() method and pass the file name...DocumentPageSplitter ( doc ); // Save each page as a separate document...

    products.aspose.com/words/net/splitter/dot/
  10. XML to TEX Converter using C# | Aspose.PDF

    Sample code for XML to TEX C# conversion. Use API example code for batch XML files to TEX conversion within VB.NET, ASP.NET, or any .NET-based application...Save method while passing the output...SaveFormat.Tex as parameters Save the output TEX file System Requirements...

    products.aspose.com/pdf/net/conversion/xml-to-tex/