Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 50,319 for

shapes

(0.56 sec)
  1. Apply Shape Effects in Presentations Using Java...

    Transform your PPT and PPTX files with advanced shape effects using JavaScript and Aspose.Slides for Node.js—create striking, professional slides in seconds....Apply Shape Effects in Presentations Using JavaScript Contents...PowerPoint can be used to make a shape stand out, they differ from...

    docs.aspose.com/slides/nodejs-java/shape-effect/
  2. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for C++: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....Finding a Shape You can also find a particular shape from a slide...alternative text associated with the shape Backgrounds Aspose.Slides for...

    docs.aspose.com/slides/cpp/features-overview/
  3. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for .NET: create, format, merge cells, apply styles, import data, and export with C# examples for PPT, PPTX, and ODP.... Shapes . AddTable ( 50 , 50 , widths...Table Retrieve the first table shape on the slide. static void AccessTable...

    docs.aspose.com/slides/net/examples/elements/ta...
  4. PdfSaveOptions.exportFloatingShapesAsInlineTag ...

    PdfSaveOptions.exportFloatingShapesAsInlineTag property. Gets or sets a value determining whether floating Shapes are exported as inline tags in the document structure....determining whether floating shapes are exported as inline tags...value is false and floating shapes will be exported as block-level...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Python via .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Contents [ Hide ] Create SmartArt Shapes Aspose.Slides for Python via...you to add custom SmartArt shapes to slides from scratch. The...

    docs.aspose.com/slides/python-net/manage-smarta...
  6. ImageData.ImageType | Aspose.Words for .NET

    Discover the ImageData ImageType property to easily identify image types and enhance your image handling capabilities. Boost your development efficiency today!...); // Get the collection of shapes from the document, // and save...save the image data of every shape with an image as a file to the...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Set the Margins of a Comment or Shape inside th...

    Learn how to set margins of comments or Shapes within an Excel worksheet using Aspose.Cells for Node.js via C++....the Margins of a Comment or Shape inside the Worksheet with Node...margins of any shape or comment using the Shape.textBody.textAlignment...

    docs.aspose.com/cells/nodejs-cpp/set-margins-of...
  8. Performance issues with InsertShape when WrapTy...

    I have been working on a document generation method and was getting reports that after switching from Xamarin to MAUI, we started to experience the document takes sometimes twice as long as usual to generate. I was task…...inline shapes are processed in the document. Inline shapes can lead...or when inserting multiple shapes in a loop. Here are several...

    forum.aspose.com/t/performance-issues-with-inse...
  9. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....Examples Shows how to delete all shapes with images from a document...docx' ) shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Customize Chart Axes in Presentations Using С++...

    Discover how to use Aspose.Slides for С++ to customize chart axes in PowerPoint presentations for reports and visualizations....MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/cpp/chart-axis/