Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 4,478 for

autoshape

(0.08 sec)
  1. PowerPoint in Word konvertieren|Aspose.Slides D...

    Konvertieren Sie eine PowerPoint-Präsentation in Word in C++...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/de/cpp/convert-powerpoin...
  2. Texte Animé|Documentation Aspose.Slides

    Ajouter du texte animé et des effets à une présentation PowerPoint en C# ou .NET...ajouter l'effet IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/fr/net/animated-text/
  3. 自動調整設定の管理|Aspose.Slides for Python ドキュメント

    PythonでPowerPointのテキストボックスの自動調整設定を行います... slides [ 0 ] autoShape = slide . shapes . add_auto_shape...slides . FillType . SOLID autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/ja/python-net/manage-aut...
  4. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片中文本段落的字体属性。...Placeholder 形状,并将其强制转换为 AutoShape 。 获取 AutoShape 暴露的 TextFrame 中的 Paragraph...访问幻灯片中的第一个和第二个占位符,并将其强制转换为 AutoShape ITextFrame tf1 = (( IAutoShape...

    docs.aspose.com/slides/zh/java/manage-fonts/
  5. Animierter Text|Aspose.Slides Dokumentation

    Animierter Text in PowerPoint mit Java...Effekt hinzuzufügen IAutoShape autoShape = ( IAutoShape ) presentation...); IParagraph paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/de/java/animated-text/
  6. PowerPoint-Absätze in C# verwalten|Aspose.Slide...

    Erstellen und verwalten Sie Absätze, Text, Einzüge und Eigenschaften in PowerPoint-Präsentationen in C# oder .NET...Greift auf das TextFrame des AutoShapes zu ITextFrame tf = ashp ...Folienverweis zu. Fügen Sie ein autoshape zur ausgewählten Folie hinzu...

    docs.aspose.com/slides/de/net/manage-paragraph/
  7. テキストボックスの管理|Aspose.Slides for PHP ドキュメント

    PHPを使用してPowerPointスライドにテキストボックスを作成します。PHPを使用してPowerPointスライドにテキストボックスまたはテキストフレームに列を追加します。PHPを使用してPowerPointスライドにハイパーリンク付きのテキストボックスを追加します。...isTextBox() プロパティを提供します( AutoShape クラスから)。 このPHPコードは、図形がテキスト..."com.aspose.slides.AutoShape" ))) $autoShape = $shape ; echo (...

    docs.aspose.com/slides/ja/php-java/manage-textbox/
  8. Рамка для изображения|Документация Aspose.Slide...

    Добавление рамки для изображения в презентацию PowerPoint на Python...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/ru/python-net/picture-fr...
  9. テキストボックスの管理|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションにテキストボックスまたはテキストフレームを追加します...Slidesは、テキストボックスを見分けるために IsTextBox プロパティ( AutoShape クラスから)を提供しています。 このC#コードは、...) => { if ( shape is AutoShape autoShape ) { Console . WriteLine...

    docs.aspose.com/slides/ja/net/manage-textbox/
  10. Animierter Text|Aspose.Slides Dokumentation

    Animierter Text in PowerPoint-Präsentation mit Aspose.Slides...Effekt hinzuzufügen auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/de/cpp/animierter-text/