Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 32,778 for

saveoptions

(0.26 sec)
  1. GradientStopCollection.RemoveAt | Aspose.Words ...

    Effortlessly manage your GradientStopCollection with the RemoveAt method. Easily remove GradientStops by index for streamlined design control.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  2. GradientStopCollection.Count | Aspose.Words for...

    Discover the GradientStopCollection Count property, which provides the total number of items, enhancing your data management and UI design efficiency.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStopCollecti...

    reference.aspose.com/words/net/aspose.words.dra...
  3. GradientStopCollection.Item | Aspose.Words for ...

    Discover the GradientStopCollection's versatile Item property to easily manage GradientStop objects, enhancing your design with vibrant gradients.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  4. GradientStopCollection.Insert | Aspose.Words fo...

    Effortlessly add a GradientStop to your collection with the GradientStopCollection Insert method. Enhance your color transitions seamlessly!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method... SaveOptions ): ... Parameter Type Description...Output stream. save_options SaveOptions Save options. Remarks If...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...Hide } }; var saveOptions = new Aspose.Words.Saving...document.Save(outputFile, saveOptions); Kind Regards, Andy AsposePdfConvert...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  7. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/
  8. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify save options for managing the output document.... saveOptions = aw . saving . HtmlSaveOptions...Specify the desired encoding. saveOptions . encoding = "utf-8" # Specify...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. SaveOutputParameters class | Aspose.Words for N...

    Aspose.Words.Saving.SaveOutputParameters class. This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation...Saving SaveOptions class SvgSaveOptions class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Ustvari Dokument V Java

    Ustvarite datoteko s knjižnico Java. Preprosto ustvarite nov dokument v Java v nekaj korakih....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/