Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 32,698 for

saveoptions

(0.17 sec)
  1. 使用JavaScript via C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript via C++获取Excel文件的最大区域、最大数据区域和最大显示区域。...the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . exportActiveWorkshee = true ; saveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  2. 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/net/save-visio-document/
  3. 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...
  4. Pivot Data Mismatch Between Excel Workbook and ...

    We are facing a serious data mismatch issue when converting an Excel workbook (containing a PivotTable) to HTML using Aspose.Cells for Node.js. The Excel workbook is generated programmatically using Aspose. The PivotTab…...calculateFormula(); const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/pivot-data-mismatch-between-...
  5. Convert Text to Vector Paths in C# – Aspose.SVG

    Vectorize text in SVG files using C#. Convert text to vector graphics and save it as SVG file....Save Options object var saveOptions = new SVGSaveOptions { VectorizeText...document with specified saveOptions document.Save((OutputFolder...

    products.aspose.com/svg/net/vectorization/text-...
  6. Text Vectorization & Text Security – .NET

    This article explains how to convert SVG text to vector using the VectorizeText property of the SVGSaveoptions class....vectorization 7 SVGSaveOptions saveOptions = new SVGSaveOptions 8 {...document with specified saveOptions 13 document. Save (Path....

    docs.aspose.com/svg/net/text-vectorization/
  7. Convert JPG To TXT C++

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

    products.aspose.com/words/cpp/conversion/jpg-to...
  8. 加密 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用适用于 Python 中特定文档格式的适当加密算法来加密您的文档。... Document () saveOptions = aw . saving . OdtSaveOptions...aw . SaveFormat . ODT ) saveOptions . password = "MyPassword"...

    docs.aspose.com/words/zh/python-net/encrypt-a-d...
  9. Convert WORD To MARKDOWN C++

    Convert a Word document to MARKDOWN format in C++ code. Save a Word document as MARKDOWN 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 DOC To RTF C++

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

    products.aspose.com/words/cpp/conversion/doc-to...