Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 6,833 for

shape rendering

(0.12 sec)
  1. Automate Presentation Localization in C++|Aspos...

    Automate PowerPoint and OpenDocument slide localization in C++ with Aspose.Slides, using practical code samples and tips for faster global rollout....Language for a Presentation and Shape Text Create an instance of Presentation...hyphenation and line breaks during rendering? In Aspose.Slides, Language...

    docs.aspose.com/slides/cpp/presentation-localiz...
  2. X-Axis Title Is Cut Off When Converting a Prese...

    Hi Team, I have a sample PPTX with a single slide having a single Shape. When I get an image of this Shape using Aspose, I see that the text “Time, t, in seconds” appears to be cut. I am using Aspose 25.5 version. Code…...slides-net , slides-chart , slides-rendering bhav May 12, 2025, 6:22am...having a single shape. When I get an image of this shape using Aspose...

    forum.aspose.com/t/x-axis-title-is-cut-off-when...
  3. 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...
  4. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Python via .NET to optimize text positioning in PowerPoint and OpenDocument presentations....Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/python-net/paragraph/
  5. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently.... Rendering and Printing Aspose.Slides...NET supports high fidelity rendering of slides in the presentation...

    docs.aspose.com/slides/net/features-overview/
  6. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for .NET to optimize text positioning in PowerPoint presentations....Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/net/paragraph/
  7. Aspose.Slides for .NET: Concern with Extracted ...

    Hello Team, We have few PPT files , from which it can extract objects using below code, if (Shape is IOleObjectFrame oleFrame && oleFrame.EmbeddedData != null) { var embeddedData = oleFrame.EmbeddedData; byte[…...objects using below code, if (shape is IOleObjectFrame oleFrame...presentations the shape you see on the slide is only a rendered picture...

    forum.aspose.com/t/aspose-slides-for-net-concer...
  8. SaveOptions.ImlRenderingMode | Aspose.Words for...

    Discover how the SaveOptions ImlRenderingMode property enhances InkML object Rendering. Optimize your ink Rendering for better visual results!...how ink (InkML) objects are rendered. public ImlRenderingMode ImlRenderingMode...formats. Examples Shows how to render Ink object. Document doc =...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Create a Presentation Viewer in .NET|Aspose.Sli...

    Create a custom presentation viewer in .NET using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Generate an SVG with a Custom Shape ID Aspose.Slides can be used...from a slide with a custom shape ID . To achieve this, use the...

    docs.aspose.com/slides/net/presentation-viewer/
  10. NodeRendererBase.get_bounds_in_pixels method | ...

    aspose.words.Rendering.NodeRendererBase.get_bounds_in_pixels method...Calculates the bounds of the shape in pixels for a specified zoom...actual (as rendered on the page) bounding box of the shape in pixels...

    reference.aspose.com/words/python-net/aspose.wo...