Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 1,093 for

autoshape

(0.03 sec)
  1. Tekst doorhalen in PPTX met behulp van Python

    Dit onderwerp richt zich op het doorhalen van tekst in PPTX met behulp van Python. Het bevat de details om de omgeving tot stand te brengen, een stapsgewijs proces en een werkende voorbeeldcode om PPTX-tekst te verwijderen met behulp van Python....voorbeeldpresentatie, het invoegen van autoshape, het toevoegen van het tekstkader...

    kb.aspose.com/nl/slides/python/how-to-strike-ou...
  2. Đánh dấu văn bản trong PowerPoint bằng Python

    Đánh dấu văn bản trong PowerPoint bằng Python. Nhận cài đặt môi trường IDE, danh sách các bước và mã ví dụ để tìm kiếm văn bản trong trang chiếu và đánh dấu trong PowerPoint bằng Python....đầu tiên của nó Thêm một Autoshape thuộc loại Hình chữ nhật và...

    kb.aspose.com/vi/slides/python/highlight-text-i...
  3. Supprimer le filigrane dans PowerPoint à l'aide...

    Supprimez le filigrane dans PowerPoint à l’aide de C#. Suivez cet article pour connaître les étapes, les paramètres IDE et un code montrant comment supprimer le filigrane de PowerPoint à l'aide de C#....forme dans l’objet de classe AutoShape et vérifiez son nom Si le...

    kb.aspose.com/fr/slides/net/remove-watermark-in...
  4. วิธีสร้างงานนำเสนอ PowerPoint โดยใช้ C#

    เราจะแนะนำคุณตลอดขั้นตอนใน C# สำหรับวิธีสร้างงานนำเสนอ PowerPoint โดยใช้ C# สามารถสร้างโดยใช้โค้ดง่าย ๆ ไม่กี่บรรทัดในการนำเสนอ C# PPT...ด์นำเสนอ เพิ่ม Rectangle AutoShape ภายในสไลด์ที่สร้างขึ้นใหม่...

    kb.aspose.com/th/slides/net/how-to-create-power...
  5. Surligner du texte dans PowerPoint à l'aide de ...

    Mettez en surbrillance du texte dans PowerPoint à l'aide de Python. Obtenez les paramètres de l'environnement IDE, une liste d'étapes et un exemple de code pour rechercher du texte dans la diapositive et le surligner dans PowerPoint à l'aide de Python....diapositive par défaut Ajoutez un Autoshape de type Rectangle et insérez...

    kb.aspose.com/fr/slides/python/highlight-text-i...
  6. 使用 C# 去除 PowerPoint 中的水印

    使用 C# 删除 PowerPoint 中的水印。请按照本文了解步骤、IDE 设置和演示如何使用 C# 从 PowerPoint 中删除水印的代码。...并循环浏览其中的所有幻灯片 在每张幻灯片中,访问形状集合 将每个形状保存到 AutoShape 类对象中并检查其名称 如果形状名称特定于水印,请将其从集合中删除...

    kb.aspose.com/zh/slides/net/remove-watermark-in...
  7. วิธีสร้างสไลด์ PowerPoint ใน HTML โดยใช้ Python

    บทความนี้กล่าวถึงวิธีการสร้างสไลด์ PowerPoint ใน HTML โดยใช้ Python นอกจากนี้ยังครอบคลุมรายละเอียดเกี่ยวกับการกำหนดค่าสภาพแวดล้อมและตัวอย่างการทำงานของการนำเสนอ HTML โดยใช้ Python...สนอที่สร้างขึ้นใหม่ แทรก Autoshape ของประเภทสี่เหลี่ยมผืนผ้า...

    kb.aspose.com/th/slides/python/how-to-create-po...
  8. انتقال الشريحة|توثيق Aspose.Slides لـ PHP

    انتقال شريحة PowerPoint، انتقال مورف PowerPoint...new Presentation (); try { $autoshape = $presentation -> getSlides...100 , 100 , 400 , 100 ); $autoshape -> getTextFrame () -> setText...

    docs.aspose.com/slides/ar/php-java/slide-transi...
  9. Formenmanipulationen|Aspose.Slides für Python D...

    Manipulieren Sie PowerPoint-Formen in Python...slides [ 0 ] # Fügen Sie eine Autoshape vom Rechtecktyp hinzu shp1...slides [ 0 ] # Fügen Sie eine Autoshape vom Rechtecktyp hinzu shp1...

    docs.aspose.com/slides/de/python-net/shape-mani...
  10. Administrar Hipervínculos|Documentación de Aspo...

    Agregar hipervínculo a una Presentación de PowerPoint en C# o .NET...IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...( IParagraph paragraph in autoShape . TextFrame . Paragraphs )...

    docs.aspose.com/slides/es/net/manage-hyperlinks/