Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 5,331 for

autoshape

(0.14 sec)
  1. Archivio

    Archivio...aggiungere effetto IAutoShape autoShape = (IAutoShape)presentation...get_Item(0); IParagraph paragraph = autoShape.getTextFrame().getParagraphs()...

    blog.aspose.com/it/slides/apply-animation-to-te...
  2. أرشيف

    أرشيف...الشكل SharedPtr<IAutoShape> autoShape = System::DynamicCast_noe...إلى الفقرة auto paragraph = autoShape->get_TextFrame()->get_Par...

    blog.aspose.com/ar/slides/apply-animation-to-te...
  3. Archivo

    Archivo...shape is autoshape if type(shape) is slides.AutoShape: auto_shape_lock...shape is autoshape if type(shape) is slides.AutoShape: auto_shape_lock...

    blog.aspose.com/es/slides/lock-or-unlock-powerp...
  4. ארכיון

    ארכיון...לצורה SharedPtr<IAutoShape> autoShape = System::DynamicCast_noe...גש לפסקה auto paragraph = autoShape->get_TextFrame()->get_Par...

    blog.aspose.com/he/slides/apply-animation-to-te...
  5. 在 PHP 中向演示文稿添加矩形|Aspose.Slides for PHP 文档

    通过 Aspose.Slides for PHP via Java 为您的 PowerPoint 演示文稿添加矩形——轻松实现形状的程序化设计和修改。...addAutoShape 方法,添加类型为 Rectangle 的 AutoShape 。 将修改后的演示文稿写入为 PPTX 文件。 在...get_Item ( 0 ); # 添加椭圆类型的 AutoShape $shp = $sld -> getShapes ()...

    docs.aspose.com/slides/zh/php-java/rectangle/
  6. Android のプレゼンテーションで画像フレームを管理する|Aspose.Slides ドキ...

    Aspose.Slides for Android via Java を使用して、PowerPoint および OpenDocument のプレゼンテーションに画像フレームを追加します。作業フローを合理化し、スライドデザインを向上させます。...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/ja/androidjava/picture-f...
  7. Архивы

    Архивы...текст и анимацию IAutoShape autoShape = presentation.Slides[0].Shapes...paragraph")); autoShape.TextFrame.Paragraphs.Add(para1); autoShape.TextFrame...

    blog.aspose.com/ru/slides/convert-ppt-to-video-...
  8. Archivio

    Archivio...testo e animazioni IAutoShape autoShape = presentation.Slides[0].Shapes...paragraph")); autoShape.TextFrame.Paragraphs.Add(para1); autoShape.TextFrame...

    blog.aspose.com/it/slides/convert-ppt-to-video-...
  9. Archiwa

    Archiwa...tekst i animacje IAutoShape autoShape = presentation.Slides[0].Shapes...paragraph")); autoShape.TextFrame.Paragraphs.Add(para1); autoShape.TextFrame...

    blog.aspose.com/pl/slides/convert-ppt-to-video-...
  10. PHPでプレゼンテーションに矩形を追加|Aspose.Slides for PHP ドキュメント

    Aspose.Slides for PHP via Java を使用して矩形を追加し、PowerPoint プレゼンテーションを強化します — プログラムで簡単に形状を設計・修正できます。... Rectangle タイプの AutoShape を、 ShapeCollection オブジェクトが提供する...クラスのインスタンスを作成 # 最初のスライドを取得 # 楕円形の AutoShape を追加 # PPTX ファイルをディスクに書き込む...

    docs.aspose.com/slides/ja/php-java/rectangle/