Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 198,827 for

new

(0.11 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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...
  5. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text....actions: Load the PDF file - new Document object. Create annotations:...PDF file Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/highlights-annotation/
  6. Drawing Lines 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....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-lines-in-php/
  7. Public API Changes in Aspose.3D 16.11.0|Documen...

    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...Scene class object Scene scene = new Scene (); // create a node Node...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....Create a new PDF document Document pdfDocument = new Document...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/java/operators/
  9. 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...
  10. Make WORD Using C#

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

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