Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 34,037 for

saveoptions

(0.16 sec)
  1. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the documentation article in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. GradientVariant Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientVariant enum for customizable gradient fills, enhancing your document designs with vibrant styles.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.dra...
  3. HtmlSaveOptions.resolveFontNames property | Asp...

    HtmlSaveoptions.resolveFontNames property. Specifies whether font family names used in the document are resolved and substituted according to [Document.fontSettings](../../../aspose.words/document/fontSettings/) when being written into HTML-based formats....fontSettings = fontSettings ; let saveOptions = new aw . Saving . HtmlSaveOptions...resolveFontNames.html" , saveOptions ); let outDocContents = fs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Fill.GradientStops | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStops property, featuring a collection of GradientStop objects for stunning fill effects.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStopCollecti...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在C++中将Word转换为Excel|Aspose.Words对于C++

    将PDF转换为Excel,XML转换为Excel,DOCX转换为Excel C++。 使用C++将各种格式的文档保存到XLSX。...docx" ); auto saveOptions = MakeObject < XlsxSaveOptions...XlsxSaveOptions > (); saveOptions -> set_CompressionLevel ( CompressionLevel...

    docs.aspose.com/words/zh/cpp/convert-a-document...
  6. PDF Document.Save InvalidOperationException Wro...

    Attempting to read and save a pdf results in System.InvalidOperationException: Wrong format of page’s content. This occurs for certain PDF files with annotations. If we remove the annotations, the document can be saved…...#=ziEx$3M2zno$v(Stream #=zVErAv_8=, SaveOptions #=zVLb3O24Qnbf4) at Aspose...#=z2Y2S8tjqhd_y(Stream #=zVErAv_8=, SaveOptions #=zVLb3O24Qnbf4) at Aspose...

    forum.aspose.com/t/pdf-document-save-invalidope...
  7. 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/
  8. Convert OLM to OFT via C# | products.aspose.com

    Sample code for OLM to OFT C# conversion. Use API example code for batch OLM files to OFT conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...Save( $"{msg.Subject}.oft" , SaveOptions.DefaultOft); } } Free App...

    products.aspose.com/email/net/conversion/olm-to...
  9. 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...
  10. IImageSavingCallback Interface | Aspose.Words f...

    Control image saving in Aspose.Words with the IImageSavingCallback interface. Optimize document exports to HTML and other formats effortlessly....docx" ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...location of each image. saveOptions . ImageSavingCallback = new...

    reference.aspose.com/words/net/aspose.words.sav...