Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 33,683 for

saveoptions

(0.77 sec)
  1. Fill.PresetTexture | Aspose.Words for .NET

    Discover how to set the PresetTexture property effortlessly and enhance your designs with stunning fill options. Unlock your creative potential today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Cannot invoke "String.charAt(int)" because the ...

    use 'SaveOutputParameters save(OutputStream stream, Saveoptions Saveoptions) ’ convert word to html file error. java.lang.NullPointerException: Cannot invoke “String.charAt(int)” because the return value of “com.aspose…...save(OutputStream stream, SaveOptions saveOptions) ’ convert word to... { return this.save(os, saveOptions); } alexey.noskov February...

    forum.aspose.com/t/cannot-invoke-string-charat-...
  3. OoxmlSaveOptions.SaveFormat | Aspose.Words for ...

    Discover OoxmlSaveoptions' SaveFormat property to easily choose document formats like Docx, Docm, Dotx, Dotm, or FlatOpc for seamless saving...."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.sav...
  4. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize document merging. Enhance formatting control when combining multiple files effortlessly....inputDoc2 }); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...inputDoc1 , inputDoc2 }, saveOptions , MergeFormatMode . KeepSourceFormatting...

    reference.aspose.com/words/net/aspose.words.low...
  5. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...); doc.save(outputPath, saveOptions); Shows how to export a table...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items in the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::RemoveAt method. Removes a GradientStop from the collection at a specified index in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.CompressOutputToZipA...MemoryStream(); doc.Save(memStream, saveOptions); } catch { } } Page page...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  10. FileFormatInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.FileFormatInfo class for efficient document format detection. Access detailed data to enhance your file management solutions....Document (); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/fil...