Sort Score
Result 10 results
Languages All
Labels All
Results 9,971 - 9,980 of 224,718 for

new

(0.74 sec)
  1. ReportBuilder.create method | Aspose.Words for ...

    aspose.words.lowcode.ReportBuilder.create method...create method create() Creates new instance of the report builder...... create(context) Creates new instance of the report builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with WBS Associated with a Task | Aspos...

    Learn how to manage Work Breakdown Structure (WBS) codes for tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for reading, defining, and renumbering WBS values....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/wbs-associated-with-a...
  3. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....for a chart series: var pres = new aspose . slides . Presentation...a series' color: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/chart-series/
  4. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...the document Document doc = new Document("YourDocument.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Iterate...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  5. Manage Presentation Notes on Android|Aspose.Sli...

    Customize presentation notes with Aspose.Slides for Android via Java. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....topic, we will introduce this new feature of removing Notes also...presentation file Presentation pres = new Presentation ( "presWithNotes...

    docs.aspose.com/slides/androidjava/presentation...
  6. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....Load a 3D file Scene scene = new Scene ( MyDir ); // Split all...composed by 6 planes) Mesh box = ( new Box ()). toMesh (); // Create...

    docs.aspose.com/3d/java/split-mesh/
  7. Add Bookmark to PDF using Java | Aspose.PDF

    Add Bookmarks to PDF Programmatically with Java Using Aspose.PDF for Java...modified document bookmark to a new PDF file. This is the best solution...Java Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/bookmarks/
  8. Insert an Image into a Table Cell in PDF|Aspose...

    Learn how to embed images in table cells within PDFs using Aspose.PDF for Java. Add visual appeal to your documents....constructor Document pdfDocument = new Document (); //Create a page...a table object Table table = new Table (); //Add the table in...

    docs.aspose.com/pdf/java/insert-an-image-into-a...
  9. Public API Changes in Aspose.Cells 8.1.0|Docume...

    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.... It includes not only new and updated public methods, but...of Workbook Workbook book = new Workbook (); //Access first worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...use of secondary axes for the new series group. newSeriesGroup...

    reference.aspose.com/words/nodejs-net/aspose.wo...