Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 217,875 for

new

(0.54 sec)
  1. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel worksheet programmatically....stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...render const sr = new SheetRender ( worksheet , new ImageOrPrintOptions...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  2. FieldStart.Accept | Aspose.Words for .NET

    Discover FieldStart's Accept method to enhance visitor engagement and streamline interactions on your site. Boost conversions effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 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...
  4. 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...
  5. 使用 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/
  6. Change the HTML Link Target Type with JavaScrip...

    Learn how to change the HTML link target type using Aspose.Cells for JavaScript via C++. Control the target attribute in your HTML links....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link target type const opts = new HtmlSaveOptions (); opts . linkTargetType...

    docs.aspose.com/cells/javascript-cpp/change-the...
  7. 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...
  8. 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...
  9. 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-...
  10. 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/