Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 50,298 for

shape

(0.76 sec)
  1. 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/
  2. Edit Connector Geometry Section in the ShapeShe...

    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....vsd" ); #set connector shape id $connector_id = 1 ; $connector...

    docs.aspose.com/diagram/java/edit-connector-geo...
  3. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....try { # Gets the AudioFrame shape $audioFrame = $pres -> getSlides...0 ); // Gets an audio frame shape $audioFrame = $slide -> getShapes...

    docs.aspose.com/slides/php-java/audio-frame/
  4. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    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....Prevent Presentation Edits with Shape Locks Replacing Images inside...

    docs.aspose.com/slides/java/copying-paragraph-a...
  5. ResourceLoadingArgs.ResourceType | Aspose.Words...

    Discover the ResourceType property of ResourceLoadingArgs to optimize your resource management. Enhance performance and streamline your workflow today!... Shape , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Extract Text and Images from DOCM File Online a...

    Online DOCM file parser app. C++ API code to extract images and text content from DOCM document....GetChildNodes Use NodeType::Shape as parameter Iterate through...image Save extracted file using shape->get_ImageData()->Save method...

    products.aspose.com/total/cpp/parse/docm/
  7. Latest Aspose.Slides Product Family topics - Fr...

    Get technical support of Aspose.Slides for .NET, Java, Android, C++, SharePoint, SQL Reporting Services and JasperReports....Formatting Not Applied When Cloning Shapes or Slides Across Presentations...Slides Editor Add a New Slide, Shape, Image, etc.? slides-net 10...

    forum.aspose.com/c/slides/11
  8. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during the conversion of Excel files to PDF using Aspose.Cells for Node.js via C++....one rounded red arrow‑like shape , as shown in this screenshot...

    docs.aspose.com/cells/nodejs-cpp/ignore-errors-...
  9. Customize Doughnut Charts in Presentations Usin...

    Discover how to create and customize doughnut charts in Aspose.Slides for PHP via Java, supporting PowerPoint formats for dynamic presentations.... A chart is a shape; you can render it to a raster...

    docs.aspose.com/slides/php-java/doughnut-chart/
  10. Updating Linked Excel Chart Links in PowerPoint...

    I’m trying to update some linked charts in a PowerPoint presentation using slides for .Net. I have found several examples, but all mention methods like getLinkFormat and UpdateLinks, but trying to use those gives me an …...foreach (var shape in slide.Shapes) { if (shape is IChart chart)...

    forum.aspose.com/t/updating-linked-excel-chart-...