Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 42,861 for

shape

(0.1 sec)
  1. IResourceLoadingCallback.ResourceLoading | Aspo...

    Discover how the IResourceLoadingCallback enhances Aspose.Words by efficiently managing external resource loading for seamless document processing.... Shape , true ). Count ); doc . Save...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Aspose.Diagram Features Tutorial | products.asp...

    Learn how to edit and export Visio file by code....draw shapes in a visio page Learn how to connect shapes in a...the shapes in a visio page Learn how to rotate the shape in a...

    products.aspose.com/diagram/tutorial/
  3. Aspose.PSD for .NET 21.10 - Release Notes|Docum...

    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.... MediumPurple ; // add new shape PathShape newShape = new PathShape...175 ), true )); vectorPath . Shapes . Add ( newShape ); // update...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  4. Aspose::Words::Loading::ResourceType enum | Asp...

    Aspose::Words::Loading::ResourceType enum. Type of loaded resource in C++....GetChildNodes ( NodeType :: Shape , true ) -> get_Count ()); doc...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Ellipse|Aspose.Slides 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....developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/cpp/ellipse/
  6. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  7. DocumentBase class | Aspose.Words for Node.js

    Aspose.Words.DocumentBase class. Provides the abstract base class for a main document and a glossary document of a Word document...Gets or sets the background shape of the document. Can be null...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SmartTag class | Aspose.Words for Node.js

    Aspose.Words.Markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph...Footnote , Run , SpecialChar , Shape , GroupShape , CommentRangeStart...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Several Image Into JPG Java

    Merge multiple Image into JPG in Java code. Save Image as JPG using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/image-to-jpg/
  10. Several Image Into BMP Java

    Merge multiple Image into BMP in Java code. Save Image as BMP using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/image-to-bmp/