Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 164,888 for

new

(0.23 sec)
  1. Create a presentation document|Aspose.Slides Do...

    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.... Presentation = new Presentation (); CreatePresentationPa...slideMasterIdList1 = new SlideMasterIdList ( new SlideMasterId ()...

    docs.aspose.com/slides/net/create-a-presentatio...
  2. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  3. Make Markdown Using Javascript

    Make a New Markdown in JavaScript in a few steps. Easily create Markdown using Node.js via .NET library....the following example: Make a new MD using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/md/
  4. Make DOC Using Javascript

    Make a New DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....the following example: Make a new DOC using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/doc/
  5. ShapeBase.LocalToParent | Aspose.Words for .NET

    Transform local coordinates to parent shape space with the ShapeBase LocalToParent method. Enhance precision in your 3D modeling projects today!... Document doc = new Document (); // Insert a group...group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  6. AxisBound.Value | Aspose.Words for .NET

    Discover AxisBound Value. Effortlessly retrieve numeric axis bounds for precise data visualization and enhanced analytical insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...1" , new [] { 1.1 , 5.4 , 7.9 , 3.5 , 2.1 , 9.7 }, new [] { 2...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...master, add it to a new diagram and append new geometries. After...After that, I create a new instance shape of that master in the same...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  8. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java.... Document docA = new Document(getMyDir() + "Document...SDT 1.docx"); Document docB = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  9. Insert a chart|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....title = "New Chart" ; Dictionary < string , int > data = new Dictionary...sheets . First (). Id ); // Add a new drawing to the worksheet. DrawingsPart...

    docs.aspose.com/cells/net/insert-a-chart/
  10. Make Markdown Using C#

    Make a New Markdown in C# in a few steps. Easily create Markdown using .NET library....the following example: Make a new MD using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/md/