Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 5,232 for

autoshape

(0.3 sec)
  1. Agregar rectángulos a presentaciones en Python|...

    Mejore sus presentaciones PowerPoint y OpenDocument añadiendo rectángulos con Aspose.Slides para Python a través de .NET—diseñe y modifique formas programáticamente....slides [ 0 ] # Añadir una autoshape de tipo rectángulo sld . shapes...slides [ 0 ] # Agregar una autoshape de tipo rectángulo shp = sld...

    docs.aspose.com/slides/es/python-net/rectangle/
  2. إدارة ماسترات الشرائح في .NET|توثيق Aspose.Slides

    إدارة ماسترات الشريحة في Aspose.Slides لـ .NET: إنشاء، تعديل وتطبيق التخطيطات والسمات والعناصر النائبة على PPT و PPTX و ODP مع أمثلة مختصرة بلغة C#....IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...null ) { if ( autoShape . Placeholder . Type == type ) { return...

    docs.aspose.com/slides/ar/net/slide-master/
  3. 形状の書式設定|Aspose.Slides for PHP ドキュメント

    PowerPoint プレゼンテーション内の形状を整形します... この PHP コードは、長方形の AutoShape を整形した操作を示しています: # プレゼンテーション...new Presentation (); try { $autoShape = $pres -> getSlides () ->...

    docs.aspose.com/slides/ja/php-java/shape-format...
  4. Gérer les transitions de diapositives dans les ...

    Découvrez comment personnaliser les transitions de diapositives dans Aspose.Slides pour Java, avec un guide étape par étape pour les présentations PowerPoint et OpenDocument....Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/fr/java/slide-transition/
  5. Administrar transiciones de diapositivas en pre...

    Descubra cómo personalizar las transiciones de diapositivas en Aspose.Slides para Android mediante Java, con una guía paso a paso para presentaciones de PowerPoint y OpenDocument....Presentation (); try { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . getTextFrame (). setText...

    docs.aspose.com/slides/es/androidjava/slide-tra...
  6. 아카이브

    아카이브...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/ko/slides/convert-ppt-to-word-j...
  7. Lưu trữ

    Lưu trữ...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/vi/slides/convert-ppt-to-word-j...
  8. 在 .NET 中管理演示文稿形状|Aspose.Slides 文档

    学习在 Aspose.Slides for .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...iCount ; i ++) { AutoShape ashp = ( AutoShape ) sld . Shapes [...

    docs.aspose.com/slides/zh/net/shape-manipulations/
  9. 在 PHP 中管理演示文稿占位符|Aspose.Slides for PHP 文档

    轻松在 Aspose.Slides for PHP via Java 中管理占位符:替换文本、自定义提示并在 PowerPoint 和 OpenDocument 中设置图像透明度。... 将占位符形状类型转换为 AutoShape 并使用与该 AutoShape 关联的 TextFrame 更改文本。...JavaClass ( "com.aspose.slides.AutoShape" )) { $text = "" ; # PowerPoint...

    docs.aspose.com/slides/zh/php-java/manage-place...
  10. Extraer imágenes de formas de presentación en ....

    Extraiga imágenes de formas en presentaciones PowerPoint y OpenDocument con Aspose.Slides para .NET — solución rápida y amigable para código....if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/es/net/extracting-images...