Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,951 for

shape position

(0.09 sec)
  1. Manage OLE in Presentations Using PHP|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for PHP via Java. Embed, update, and export OLE content seamlessly.... Access the OleObjectFrame shape. In our example, we used the...created PPTX that has only one shape on the first slide. Once the...

    docs.aspose.com/slides/php-java/manage-ole/
  2. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse Shapes in Aspose.Slides for C++ across PPT and PPTX presentations — C++ code examples included....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/
  3. Manage Audio in Presentations Using C++|Aspose....

    Create and control audio frames in Aspose.Slides for C++—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...the slide with a specified position and size. auto audioStream...

    docs.aspose.com/slides/cpp/audio-frame/
  4. EQ Field Overstrike with Font Borders Not Rende...

    Description Aspose.Words does not correctly render EQ (Equation) fields of the form { EQ \o(, {text or whitespace with font borders}) }. Rendering issues occur when the EQ field contains whitespace or text that uses a f…..., place a shape or a border under a space)....substitute the field with an inline Shape that contains that picture....

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates.... Iterate through all Shape objects to find the relevant...through the shapes and get a reference to the table. for shape in slide...

    docs.aspose.com/slides/python-net/manage-rows-a...
  6. Create ORG Chart in Python

    This topic covers how to create ORG chart in Python. It includes the stepwise process and a runnable code sample to develop an Organizational chart maker in Python....Diagram class to load the master shapes from a sample stencil Append...Append the required shapes and insert connections between different...

    kb.aspose.com/diagram/python/create-org-chart-i...
  7. Image Clipping in C#

    This article explains image clipping in C#. It includes the environment configuration details, the step-by-step process, and a code snippet to make a clipped photo in C#....the GraphicsPath class Add a shape or path and set the clip Load...and draw it at the specified position before saving it These steps...

    kb.aspose.com/drawing/net/image-clipping-in-csh...
  8. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/java/video-frame/
  9. Features Overview|Aspose.Slides for Python Docu...

    Discover Aspose.Slides for Python via .NET: 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/python-net/features-over...
  10. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... shapes . add_ole_object_frame ( 0...linked Excel file. slide . shapes . add_ole_object_frame ( 20...

    docs.aspose.com/slides/python-net/manage-ole/