Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 33,684 for

saveoptions

(0.34 sec)
  1. GradientStyle Enum | Aspose.Words for .NET

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

    reference.aspose.com/words/net/aspose.words.dra...
  2. Buat Dokumen Dalam Javascript

    Cipta fail menggunakan pustaka Node.js via .NET. Buat dokumen baharu dengan mudah dalam JavaScript dalam beberapa langkah....endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/ms/nodejs-net/make/
  3. Buat HTML Menggunakan C#

    Buat HTML baharu dalam C# dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.html", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ms/net/make/html/
  4. Gawe DOC Nganggo C#

    Gawe DOC anyar ing C# ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/jv/net/make/doc/
  5. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...workbook.save(outputPath, saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/row-column-headings-incorrec...
  6. SaveOptions.useAntiAliasing property | Aspose.W...

    Saveoptions.useAntiAliasing property. Gets or sets a value determining whether or not to use anti-aliasing for rendering....useAntiAliasing property SaveOptions.useAntiAliasing property...Words.Saving class SaveOptions SaveOptions.updateOleControlImag...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert EML to DOCM via C# | products.aspose.com

    Sample code for EML to DOCM C# conversion. Use API example code for batch EML files to DOCM conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...

    products.aspose.com/email/net/conversion/eml-to...
  8. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 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/
  10. Make HTML Using Java

    Make a new HTML in Java in a few steps. Easily create HTML using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.html", saveOptions); import com.aspose.words...

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