Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 217,901 for

new

(0.33 sec)
  1. Aspose::Words::Vba::VbaModule::get_Name method ...

    Aspose::Words::Vba::VbaModule::get_Name method. Gets or sets VBA project module name in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. 用JavaScript通过C++自动填充Excel文件的范围|Documentation

    学习如何使用C++的JavaScript在Excel文件的指定范围内执行自动填充操作。...Workbook const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/autofil...
  3. Aspose.Slides - 26.1.0 - Saving presentation as...

    Environment: .NET 8 Linux Docker (e.g. mcr.microsoft.com/dotnet/sdk:8.0.x) Aspose.Slides version: 26.1.0 also installed libgdiplus but error persists Steps to reproduce: Load or generate a PPTX using New Presentatio…...generate a PPTX using new Presentation(...) Create new TiffOptions {...{ ImageSize = new System.Drawing.Size(...) } Call pres.Save(stream...

    forum.aspose.com/t/aspose-slides-26-1-0-saving-...
  4. Chart to PDF with JavaScript via C++|Documentation

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....{ // Create a new workbook const workbook = new Workbook (); //...// Add a new worksheet const sheetIndex = workbook . worksheets...

    docs.aspose.com/cells/javascript-cpp/chart-to-pdf/
  5. Shape.ExtrusionEnabled | Aspose.Words for .NET

    Discover if the Shape Extrusion feature is active. Easily enhance your designs with stunning 3D effects for a professional touch!...VisitShapes () { Document doc = new Document ( MyDir + "Revision...ShapeAppearancePrint visitor = new ShapeAppearancePrint (); doc...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::Add method. Adds a New series group of the specified series type to this collection in C++....ChartSeriesGroupColl::Add method Adds a new series group of the specified...use of secondary axes for the new series group. newSeriesGroup...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 使用 C++ 通过 JavaScript 管理 Microsoft Excel 文件的工作表|...

    使用 Aspose.Cells for JavaScript 通过 C++ 添加、删除和激活工作表。...Instantiate a new Workbook const workbook = new Workbook (); //...worksheets . count ; // Add a new worksheet (converted from getWorksheets()...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  8. Resizing Images in PHP|Documentation

    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....Load an existing image $image = new Image (); $image = $image ->...(); } \ # Specify only width $new_width = $image -> getWidth ()...

    docs.aspose.com/imaging/java/resizing-images-in...
  9. How and Where to Use Enumerators with JavaScrip...

    Learn how to use Enumerators through the Aspose.Cells for JavaScript via C++ API....(operations that will cause a new Cell to be instantiated or an...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/how-and-wh...
  10. 使用 PHP 管理演示文稿中的文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。... # 实例化 Presentation $pres = new Presentation (); try { # 获取演示文稿中的第一张幻灯片...( java_instanceof ( $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/zh/php-java/manage-textbox/