Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 213,126 for

new

(0.21 sec)
  1. Გადაიყვანეთ Გამოსახულება SVG C#

    გადაიყვანეთ Გამოსახულება SVG C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.svg" , new ImageSaveOptions(SaveFormat.Svg));...

    products.aspose.com/words/ka/net/conversion/ima...
  2. Გადაიყვანეთ Გამოსახულება BMP C#

    გადაიყვანეთ Გამოსახულება BMP C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

    products.aspose.com/words/ka/net/conversion/ima...
  3. 通过C++中的JavaScript禁用导出框架脚本和文档属性|Documentation

    学习在将工作簿转换为HTML时,如何使用C++中的Aspose.Cells for JavaScript禁用导出框架脚本和文档属性。...stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...document properties const options = new HtmlSaveOptions (); options ...

    docs.aspose.com/cells/zh/javascript-cpp/disable...
  4. How to Convert HTML to PDF with JavaScript via ...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for JavaScript via C++....external links const options = new AsposeCells . HtmlLoadOptions...Html ); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/convert-ht...
  5. MappedDataFieldCollection.Remove | Aspose.Words...

    Effortlessly remove field mappings with the MappedDataFieldCollection Remove method. Streamline your data management process today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...// ① 加载或创建工作簿 Workbook wb = new Workbook(); Worksheet sheet =...创建 PDF 文档 Document pdfDoc = new Document(); Page page = pdfDoc...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  7. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides JavaScript code using C++ to insert and delete rows in an Excel worksheet....Contents [ Hide ] When creating a new worksheet or working with an...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/insert-or-...
  8. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...ImageOrPrintOptions const printoption = new ImageOrPrintOptions (); // Specify...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  9. Copy Row Heights of Source Range to Destination...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....// Creating a new workbook const workbook = new Workbook (); //...destination range const opts = new PasteOptions (); opts . pasteType...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  10. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting in JavaScript via C++...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...style flag object const flag = new StyleFlag (); flag . alignments...

    docs.aspose.com/cells/javascript-cpp/change-cel...