Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 33,600 for

saveoptions

(0.09 sec)
  1. GradientStop.Transparency | Aspose.Words for .NET

    Discover the GradientStop Transparency property to easily adjust gradient fill transparency from 0% to 100%. Enhance your designs with precise control!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  2. GradientStop.BaseColor | Aspose.Words for .NET

    Discover the GradientStop BaseColor property to easily access the pure color of your gradient stop, enhancing your design with precision and clarity.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Encrypt a Document in C++|Aspose.Words for C++

    Encrypt your document using appropriate encryption algorithms for specific document formats....OoxmlSaveOptions saveOptions ; saveOptions . set_Password ( u...u "MyPassword" ); saveOptions . set_EncryptionAlgorithm ( Aspose...

    docs.aspose.com/words/cpp/encrypt-a-document/
  4. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...workbook.Save("output.html", saveOptions); ISIWARE January 22, 2026...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  5. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....Document (); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/fil...
  6. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....export HtmlSaveOptions saveOptions ; saveOptions . SetExportActiveWorks...GetColumnCount () - 1 ); saveOptions . SetExportArea ( exportArea...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  7. Convert WORD To JPG C++

    Convert a Word document to JPG format in C++ code. Save a Word document as JPG using C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/word-t...
  8. Convert TEXT To SVG C++

    Convert TEXT to SVG format in C++ code. Save TEXT as SVG using C++....txt" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/text-t...
  9. Convert WORD To TIFF C++

    Convert a Word document to TIFF format in C++ code. Save a Word document as TIFF using C++....docx" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/word-t...
  10. Convert HTML To PNG C++

    Convert HTML to PNG format in C++ code. Save HTML as PNG using C++....html" ); auto saveOptions = MakeObject <ImageSaveO...get_PageCount (); page++) { saveOptions-> set_PageSet ( MakeObject...

    products.aspose.com/words/cpp/conversion/html-t...