Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 33,600 for

saveoptions

(0.1 sec)
  1. Aspose::Words::Drawing::Fill::get_GradientStops...

    Aspose::Words::Drawing::Fill::get_GradientStops method. Gets a collection of GradientStop objects for the fill in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. MetafileRenderingOptions.emulateRasterOperation...

    MetafileRenderingOptions.emulateRasterOperations property. Gets or sets a value determining whether or not the raster operations should be emulated.... let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . metafileRenderingOpt = metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtSaveOptions.AddBidiMarks | Aspose.Words for ...

    Discover how the TxtSaveoptions AddBidiMarks property enhances plain text exports by adding bidirectional marks for improved readability and formatting.... TxtSaveOptions saveOptions = new TxtSaveOptions { Encoding...indicate which is which. saveOptions . AddBidiMarks = addBidiMarks...

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

    Aspose::Words::Saving::TxtSaveoptionsBase::get_ForcePageBreaks method. Allows to specify whether the page breaks should be preserved during export. The default value is false in C++.... auto saveOptions = System :: MakeObject <...discard all page breaks. saveOptions -> set_ForcePageBreaks (...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Fill.gradientAngle property | Aspose.Words for ...

    Fill.gradientAngle property. Gets or sets the angle of the gradient fill.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected document format in C++....Document > (); // Configure a SaveOptions object to encrypt the document...save the document. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/fil...
  7. CompressionLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.CompressionLevel enum to optimize OOXML file sizes, enhancing performance and efficiency in document processing.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (...( SaveFormat . Docx ); saveOptions . CompressionLevel = compressionLevel...

    reference.aspose.com/words/net/aspose.words.sav...
  8. GradientStopCollection.removeAt method | Aspose...

    GradientStopCollection.removeAt method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index.... let saveOptions = new aw . Saving . OoxmlSaveOptions...OoxmlSaveOptions (); saveOptions . compliance = aw . Saving . OoxmlCompliance...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Fill::TwoColorGradient ...

    Aspose::Words::Drawing::Fill::TwoColorGradient method. Sets the specified fill to a two-color gradient in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Unable to add CustomPart - Free Support Forum -...

    I’m sure I’m missing something but cannot get a json string into a docX file public static void EmbedJsonFileInDocx(string docxFilePath, string jsonPath, bool useAspose) { string json = String.Empty; …...Add(mypart); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions();...OoxmlSaveOptions(); doc.Save(docxFilePath, saveOptions); } Professionalize.Discourse...

    forum.aspose.com/t/unable-to-add-custompart/324892