Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 31,268 for

saveoptions

(0.06 sec)
  1. Կատարեք HTML՝ Օգտագործելով Java

    Ստեղծեք նոր HTML Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով Java գրադարանը:...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/make/html/
  2. Buat WORD Menggunakan Java

    Buat WORD baharu dalam Java dalam beberapa langkah. Buat WORD dengan mudah menggunakan pustaka Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/ms/java/make/word/
  3. RtfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.RtfSaveoptions to enhance your document saving experience. Customize RTF output with advanced settings for optimal results....public class RtfSaveOptions : SaveOptions Constructors Name Description...options ); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Replacer.replace method | Aspose.Words for Python

    aspose.words.lowcode.Replacer.replace method... SaveOptions , pattern : str , replacement...file name. save_options SaveOptions The save options. pattern...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用 C# 製作 WORD

    通過幾個步驟在 C# 中創建一個新的 WORD。使用 .NET 庫輕鬆創建 WORD。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/word/
  6. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/
  7. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/word/
  8. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/diagram/java/save-visio-document/
  9. GradientVariant | Aspose.Words for Java

    Specifies the variant for a gradient fill in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientFill.docx", saveOptions); Fields Field Description...

    reference.aspose.com/words/java/com.aspose.word...
  10. Word and Pdf mismatch - Free Support Forum - as...

    Hello, Pdf and Word files don’t match in case when document has table which has vertical merged cell with long text and “page break before” in next row. There is an option to save documents in Word with OOXML complianc…...endTable(); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    forum.aspose.com/t/word-and-pdf-mismatch/265406