Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 7,018 for

shape rendering

(0.16 sec)
  1. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Java using Aspose.Slides, featuring concise code examples and performance-focused guidance....SmartArt shape to a slide, access existing SmartArt shapes, find...SmartArt shapes through the presentation slide’s shape collection...

    docs.aspose.com/slides/java/manage-smartart-shape/
  2. Fill Symbolizer|Documentation

    GIS C# Library API supports Simple Fill symbolizer to fill style and stroke for 2-dimensional geometries polygons of any type like Point, Line, Surface....StrokeLineJoin Determines how lines are rendered at intersections of line segments...from a point location to the shape anchor point. VerticalOffset...

    docs.aspose.com/gis/net/fill-symbolizer/
  3. Opening a diagram is throwing System.NullRefere...

    Hi Philip, I have update the Aspose.Diagram-package to version 25.12.0 The Aspose.Diagram-package is used in: WinForms application using .NET Framework 4.8 Language: C# Platform: Windows 11 Development Environment:…...Shapes.RemoveDependsOn(shape);’ is throwing an...using the method ‘page.Shapes.Remove(shape);’, but in the previous...

    forum.aspose.com/t/opening-a-diagram-is-throwin...
  4. Features Overview|Aspose.Slides for Python Docu...

    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.... Rendering and Printing Aspose.Slides...Java supports high fidelity rendering of slides in presentation...

    docs.aspose.com/slides/python-java/features-ove...
  5. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/
  6. SaveOptions.dml_rendering_mode property | Aspos...

    SaveOptions.dml_Rendering_mode property. Gets or sets a value determining how DrawingML Shapes are rendered....dml_rendering_mode property SaveOptions.dml_rendering_mode property...DrawingML shapes are rendered. @property def dml_rendering_mode (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in JavaScript with Aspose.Slides for Node.js to optimize text positioning in PowerPoint presentations.... var shape = pres . getSlides (). get_Item...get_Item ( 0 ); var textFrame = shape . getTextFrame (); for ( let...

    docs.aspose.com/slides/nodejs-java/paragraph/
  8. Retrieving Font Substitutions Per Slide in Aspo...

    Hi @Andrey, is it possible to get font substitutions done per slide ? The following code gives the list of font substitutions for the while slide deck. Is it possible to get this info slide wise ? var fontSubstitution…...When Converting a Presentation Shape to an Image in C# andrey.potapov...that will be replaced when rendering the specified slides. ///...

    forum.aspose.com/t/retrieving-font-substitution...
  9. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in JavaScript using Aspose.Slides, featuring concise code examples and performance-focused guidance....Contents [ Hide ] Create SmartArt Shape Aspose.Slides for Node.js via...create SmartArt shapes. To create a SmartArt shape in a slide, please...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  10. Chart Saved as an Image in Java Looks Different...

    Hello, I’m trying to extract charts from PowerPoint and save them as images, but the images have many discrepancies - the quality is low, text is sometimes missing, and the style is different. Is there another way to e…...slides-java , slides-chart , slides-rendering dfinsolutions February 6,...getShapes().forEach(shape -> { if (shape instanceof Chart chart)...

    forum.aspose.com/t/chart-saved-as-an-image-in-j...