Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 33,600 for

saveoptions

(2.56 sec)
  1. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. XlsxSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XlsxSaveoptions to enhance your document conversion to Xlsx. Unlock advanced saving options for optimal results!...class XlsxSaveOptions : SaveOptions Constructors Name Description...xlsxSaveOptions ); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …...Save(Stream stream, SaveOptions saveOptions) at Aspose.Cells.Workbook...

    forum.aspose.com/t/exception-when-saving-an-xls...
  4. ImageSaveOptions.verticalResolution property | ...

    ImageSaveoptions.verticalResolution property. Gets or sets the vertical resolution for the generated images, in dots per inch....an image, we can pass a SaveOptions object to // edit the image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Alignment}"); } } } } var saveOptions = new ImageSaveOptions(SaveFormat...Save(@"outputPath\" + fileName + @".png", saveOptions); var warnings = WarningCollector...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  6. ImageSaveOptions.vertical_resolution property |...

    ImageSaveoptions.vertical_resolution property. Gets or sets the vertical resolution for the generated images, in dots per inch....an image, we can pass a SaveOptions object to # edit the image...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.horizontal_resolution property...

    ImageSaveoptions.horizontal_resolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch....an image, we can pass a SaveOptions object to # edit the image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.exportDropDownFormFieldAsText p...

    HtmlSaveoptions.exportDropDownFormFieldAsText property. Controls how drop-down form fields are saved to HTML or MHTML..."ExportDropDownFormFi" flag of this SaveOptions object allows us to // control...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert WORD To TXT C++

    Convert a Word document to TXT format in C++ code. Save a Word document as TXT using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/word-t...
  10. Convert WORD To EPUB C++

    Convert a Word document to EPUB format in C++ code. Save a Word document as EPUB using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/word-t...