Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 31,170 for

saveoptions

(0.06 sec)
  1. Օպտիմալացնել Ֆայլի Բովանդակությունը՝ Օգտագործել...

    Սեղմեք ֆայլերը C++..."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/hy/cpp/compress/
  2. MergerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode MergerContext class for seamless document merging, enhancing productivity with powerful and efficient solutions....Execute (); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...MergeContextDocument.3.docx" , saveOptions ) . Execute (); Shows how...

    reference.aspose.com/words/net/aspose.words.low...
  3. MarkdownSaveOptions.SaveFormat | Aspose.Words f...

    Discover the MarkdownSaveoptions SaveFormat property to effortlessly save documents in Markdown format, ensuring compatibility and ease of use....docx" ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...location of each image. saveOptions . ImageSavingCallback = new...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::ExportHeadersFootersMode...

    Aspose::Words::Saving::ExportHeadersFootersMode enum. Specifies how headers and footers are exported to HTML, MHTML or EPUB in C++.... // We can use a SaveOptions object to omit headers/footers...converting to html. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. HtmlSaveOptions.replaceBackslashWithYenSign pro...

    HtmlSaveoptions.replaceBackslashWithYenSign property. Specifies whether backslash characters should be replaced with yen signs... let saveOptions = new aw . Saving . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . replaceBackslashWith = true ; doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DigitalSignatureDetails Class | Aspose.Words fo...

    Discover the Aspose.Words.Saving.DigitalSignatureDetails class for seamless digital document signing. Enhance security and authenticity effortlessly!...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions . DigitalSignatureDeta...DigitalSignature.docx" , saveOptions ); See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Fill.presetTexture property | Aspose.Words for ...

    Fill.presetTexture property. Gets a [PresetTexture](../../presettexture/) for the fill.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::MarkdownExportAsHtml enu...

    Aspose::Words::Saving::MarkdownExportAsHtml enum. Allows to specify the elements to be exported to Markdown as raw HTML in C++....Write ( u "Cell2" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_ExportAsHtml ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Math::OfficeMath::GetMathRendere...

    Aspose::Words::Math::OfficeMath::GetMathRenderer method. Creates and returns an object that can be used to render this equation into an image in C++.... auto saveOptions = System :: MakeObject <...times its original size. saveOptions -> set_Scale ( 5.0f ); math...

    reference.aspose.com/words/cpp/aspose.words.mat...
  10. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。... SaveOptions ,文件格式类型。 ContentDisposition..."output.xls" ; XlsSaveOptions saveOptions ; workbook . Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...