Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 50,298 for

shapes

(0.07 sec)
  1. Create File using Node.js | products.aspose.com

    Create Microsoft Office documents, Visio, PDF Files and Images using Node.js...Presentations using Node Easily add shapes and design professional PowerPoint...edit existing files, adding shapes, text boxes, and dynamic elements...

    products.aspose.com/total/nodejs-java/create/
  2. 使用现代 API 增强图像处理|Aspose.Slides for Python 文档

    通过使用 Python 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。... shapes . add_picture_frame ( slides...presentation : shape = presentation . slides [ 0 ] . shapes [ 0 ] shape...

    docs.aspose.com/slides/zh/python-net/modern-api/
  3. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with GridJs Server Side|Documentation

    This article describes how to use APIs in GridJs.... Get the images/shapes from the spreadsheet file //...automatically zip all the images/shapes into a zip stream and store...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. ImageData.HasImage | Aspose.Words for .NET

    Discover the ImageData HasImage property. Quickly check if a shape contains image bytes or links, enhancing your design workflow effortlessly....property Returns true if the shape has image bytes or links an...MyDir + "Images.docx" ); // Shapes with the "HasImage" flag set...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Convert a Visio Shape To Svg|Documentation

    This section explains how to convert a visio shape to svg with Aspose.Diagram....Visio Shape To Svg Contents [ Hide ] **Convert a visio shape to...ToSvg method exposed by the Shape class can be used to convert...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  7. Convert a Visio Shape To Pdf|Documentation

    This section explains how to convert a visio shape to pdf with Aspose.Diagram....Visio Shape To Pdf Contents [ Hide ] **Convert a visio shape to...ToPdf method exposed by the Shape class can be used to convert...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  8. Automating PowerPoint Generation in .NET: Creat...

    Automate slide creation on cloud platforms with Aspose.Slides for .NET—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably.... Shapes [ 0 ] as IAutoShape ; var subtitleShape...subtitleShape = slide0 . Shapes [ 1 ] as IAutoShape ; titleShape...

    docs.aspose.com/slides/net/automating-powerpoin...
  9. Create, Insert fields|Documentation

    How to create, insert fields using C# Diagram API ....); //Get Visio Shape Shape shape = page . Shapes [ 0 ]; //Insert...(); fld . Value . Val = "1" ; shape . Fields . Add ( fld ); // Save...

    docs.aspose.com/diagram/net/create-insert-fields/
  10. Preserving Shape Details in PDF to PPTX Convers...

    Hi Aspose Team, In our project, we need to do the following conversion steps: DOCX → PDF or PPTX → PDF Then, PDF → PPTX using com.aspose.pdf.Document#save(java.io.OutputStream, int) We see that generated PDF stores s…...Preserving Shape Details in PDF to PPTX Conversion Aspose.PDF...see that generated PDF stores shapes as vector paths on separate...

    forum.aspose.com/t/preserving-shape-details-in-...