Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 170,963 for

save

(0.07 sec)
  1. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application..... Use save method to save the diagram as VSTM file...25 ); // Save the Diagram as .vstm file. diagram.save( "out.vstm"...

    products.aspose.com/diagram/python-net/create/v...
  2. ImageSaveOptions.TiffCompression | Aspose.Words...

    Optimize your TIFF images with the ImageSaveOptions TiffCompression property, allowing you to choose the best compression method for quality results....of compression to apply when saving generated images to the TIFF...Remarks Has effect only when saving to TIFF. The default value...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading an Excel workbook using Aspose.Cells with C++....inputFilePath , loadOptions ); // Save the output in pdf format U16String..."OutputSampleMacroEna.xlsm" ; book . Save ( outputFilePath , SaveFormat...

    docs.aspose.com/cells/cpp/filter-vba-project-wh...
  4. HtmlSaveOptions.CssClassNamePrefix | Aspose.Wor...

    Discover the HtmlSaveOptions CssClassNamePrefix property to easily customize CSS class names with a unique prefix, enhancing your web design consistency.... Examples Shows how to save a document to HTML, and add...CssClassNamePrefix = "myprefix-" }; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Document.startTrackRevisions method | Aspose.Wo...

    Aspose.Words.Document.startTrackRevisions method...the document programmatically, save the document and later open...the document programmatically, save the document and later open...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... It saves the workbook as outputChangeSlicerPr...slicer. slicer . Refresh (); // Save the workbook in output XLSX...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  7. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes.... Save ( ArtifactsDir + "Charts.PopulateChartWithDat... FromDouble ( 5.7 )); doc . Save ( ArtifactsDir + "Charts.ChartDataValues...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Excel to HTML - Use PresentationPreference Opti...

    Learn to render better layout when saving Excel files to HTML with C++....to render better layout when saving a Microsoft Excel file to HTML...SetPresentationPrefe ( true ); // Save the Excel file to HTML with...

    docs.aspose.com/cells/cpp/excel-to-html-use-pre...
  9. PdfImageColorSpaceExportMode enumeration | Aspo...

    Aspose.Words.Saving.PdfImageColorSpaceExportMode enumeration. Specifies how the color space will be selected for the images in PDF document....can pass to the document's "Save" method // to modify how that...let pdfSaveOptions = new aw . Saving . PdfSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. IFontSavingCallback class | Aspose.Words for Py...

    aspose.words.saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words Saves fonts when exporting a document to HTML format....Words saves fonts when exporting a document...font_saving(args) Called when Aspose.Words is about to save a font...

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