Sort Score
Result 10 results
Languages All
Labels All
Results 7,721 - 7,730 of 368,034 for

save

(0.17 sec)
  1. Manage PowerPoint Text Paragraphs in JavaScript...

    Master paragraph formatting with Aspose.Slides for Node.js via Java—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in JavaScript.... Save the modified presentation. This...// Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" ...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  2. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....send it to your server and then save it in a database etc. Implementation..., 475 ); // Save output pdf file editor -> Save (); } Modifing...

    docs.aspose.com/pdf/cpp/posting-acroform-data/
  3. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP.... Save ( imageStream , System . Drawing... Height , ppImage ); pres . Save ( @"c:\_tmp\xxx.pptx" , SaveFormat...

    docs.aspose.com/slides/net/examples/elements/pi...
  4. How to Set Point as Total with Python.NET|Docum...

    Learn how to configure total points in Excel waterfall charts using Aspose.Cells for Python via .NET with this step-by-step guide....is_total = True # Save modified workbook workbook . save ( "output.xlsx"...subtotals = [ 0 , 4 , 8 , 12 ] wb . save ( os . path . join ( file_path...

    docs.aspose.com/cells/python-net/how-to-set-poi...
  5. 图像标记|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...."Table1" ); //Add a column to save pictures. DataColumn dc = t...(); //Save the Excel file. designer . Workbook . Save ( FileName...

    docs.aspose.com/cells/zh/net/image-markers/
  6. Cell.CellFormat | Aspose.Words for .NET

    Discover the Cell CellFormat property to easily access and customize cell formatting options for enhanced data presentation in your applications.... Save ( ArtifactsDir + "Table.CellFormat...secondTable . Remove (); doc . Save ( ArtifactsDir + "Table.CombineTables...

    reference.aspose.com/words/net/aspose.words.tab...
  7. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtindocumentproperties/security/) property... save ( file_name = ARTIFACTS_DIR... is_write_protected ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Shape.has_image property | Aspose.Words for Python

    Shape.has_image property. Returns ``True`` if the shape has image bytes or links an image....images from a document, and save them to the local file system...shapes from the document, # and save the image data of every shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++....exportDocumentStruct() you can save to a tagged PDF with the document...exportDocumentStruct = true ; // Save the PDF file with PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  10. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... save ( file_name = ARTIFACTS_DIR...then save the document. table . clear_borders () doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...