Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 6,787 for

shape rendering

(0.05 sec)
  1. Verwalten von SmartArt-Grafiken in Präsentation...

    Automatisieren Sie die Erstellung, Bearbeitung und Formatierung von PowerPoint-SmartArt mit Aspose.Slides für Android, einschließlich prägnanter Java-Codebeispiele und leistungsgesteuerter Anleitungen....dispose (); } Figure: SmartArt shape added to the slide Zugriff auf...der ersten Folie for ( IShape shape : pres . getSlides (). get_Item...

    docs.aspose.com/slides/de/androidjava/manage-sm...
  2. Disegna forme nei file PS | API per C++

    Soluzione API C++ File PS, XPS ed EPS. Scopri come disegnare forme geometriche in un file PS con lo snippet di codice C++ allegato....Page C++ Add shapes to PS Aggiungi figure geometriche...un controllo preciso sul rendering delle forme geometriche. Tuttavia...

    products.aspose.com/page/it/cpp/add-shapes-to-ps/
  3. Master Slide|Aspose.Slides Documentation

    Manage master slides in C# with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... Shapes . AddAutoShape ( ShapeType...normal slides. 💡 Tip 2: Any shapes or formatting added to a master...

    docs.aspose.com/slides/net/examples/elements/ma...
  4. JPG को SVG Python में बदलें

    Python कोड JPG को SVG प्रारूप में बदलें। सहेजें JPG के रूप में SVG का उपयोग कर Python ।...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.svg" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/hi/python-net/convers...
  5. JPG को BMP Python में बदलें

    Python कोड JPG को BMP प्रारूप में बदलें। सहेजें JPG के रूप में BMP का उपयोग कर Python ।...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.bmp" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/hi/python-net/convers...
  6. Convert VSX to VDX via Python | products.aspose...

    Sample Python conversion code for VSX format to VDX file. Use this example code to convert VSX to VDX within any Python based application....VDX Using Python In order to render VSX to VDX, we’ll use Aspose...that consist of drawings and shapes that are used for creating...

    products.aspose.com/diagram/python-net/conversi...
  7. Erstellen eines Präsentations-Viewers in C#|Asp...

    Erfahren Sie, wie Sie mit Aspose.Slides einen benutzerdefinierten Präsentations-Viewer in .NET erstellen. Zeigen Sie PowerPoint (PPTX, PPT) und OpenDocument (ODP)-Dateien einfach an, ohne Microsoft PowerPoint oder andere Office-Software....mit einer benutzerdefinierten Shape‑ID erzeugen Aspose.Slides kann...mit einer benutzerdefinierten Shape‑ ID zu erzeugen. Dazu verwenden...

    docs.aspose.com/slides/de/net/presentation-viewer/
  8. JPG को छवि Python में बदलें

    Python कोड JPG को छवि प्रारूप में बदलें। सहेजें JPG के रूप में छवि का उपयोग कर Python ।...DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.jpg" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/hi/python-net/convers...
  9. Convert VSS to EMF via Python | products.aspose...

    Sample Python conversion code for VSS format to EMF file. Use this example code to convert VSS to EMF within any Python based application....EMF Using Python In order to render VSS to EMF, we’ll use Aspose...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-java/convers...
  10. Gérer les graphiques SmartArt dans les présenta...

    Automatisez la création, la modification et le style des SmartArt PowerPoint en Java avec Aspose.Slides, en proposant des exemples de code concis et des conseils axés sur les performances....première diapositive for ( IShape shape : pres . getSlides (). get_Item...forme est de type SmartArt if ( shape instanceof ISmartArt ) { //...

    docs.aspose.com/slides/fr/java/manage-smartart-...