Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,901 for

autoshape

(0.05 sec)
  1. Animierter Text|Aspose.Slides für Python Dokume...

    Fügen Sie animierten Text und Effekte zu PowerPoint-Präsentationen in Python hinzu...auswählen, um Effekt hinzuzufügen autoShape = presentation . slides [...shapes [ 0 ] paragraph = autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/de/python-net/animated-t...
  2. Gérer les Paragraphes PowerPoint|Documentation ...

    Créer et gérer des Paragraphes, du texte, des retraits et des propriétés dans des présentations PowerPoint...0 ); # Ajouter une forme AutoShape de type Rectangle $ashp =...Accéder au TextFrame de l'AutoShape $tf = $ashp -> getTextFrame...

    docs.aspose.com/slides/fr/php-java/manage-parag...
  3. Administrar listas con viñetas y numeradas|Docu...

    Crea listas con viñetas y numeradas en presentaciones de PowerPoint en Python... Agrega una AutoShape en la diapositiva seleccionada...slide = pres . slides [ 0 ] autoShape = slide . shapes . add_auto_shape...

    docs.aspose.com/slides/es/python-net/manage-bul...
  4. Formateo de Texto|Documentación de Aspose.Slides

    Gestionar y manipular propiedades de texto y marco de texto en C++...SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/es/cpp/text-formatting/
  5. PowerPoint-Absätze in Python verwalten|Aspose.S...

    Erstellen und Verwalten von Absätzen, Texten, Indentationen und Eigenschaften in PowerPoint-Präsentationen in Python...[ 0 ] # Hinzufügen einer AutoShape vom Typ Rechteck ashp = slide...Zugriff auf das TextFrame der AutoShape tf = ashp . text_frame # Erstellen...

    docs.aspose.com/slides/de/python-net/manage-par...
  6. テキストボックスの管理|Aspose.Slides ドキュメント

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

    docs.aspose.com/slides/ja/net/manage-textbox/
  7. TextBox verwalten|Aspose.Slides für Python Doku...

    Fügen Sie Textboxen oder Textfelder in PowerPoint-Präsentationen in Python oder .NET hinzu...slides [ 0 ] # Fügt eine AutoShape mit der Art als Rechteck hinzu...is_text_box Eigenschaft (aus der AutoShape Klasse), um Ihnen zu ermöglichen...

    docs.aspose.com/slides/de/python-net/manage-tex...
  8. 自動調整設定の管理|Aspose.Slides ドキュメント

    C# または .NET で PowerPoint のテキストボックスの自動調整設定を設定する...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...FillType = FillType . Solid ; autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/ja/net/manage-autofit-se...
  9. 管理字体 - 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/
  10. Formateo de Formas|Documentación de Aspose.Slides

    Formatear formas en una presentación de PowerPoint en Java...formateamos un rectángulo AutoShape : // Crea una clase de presentación...0 ); // Agrega una forma autoshape de tipo rectángulo IShape...

    docs.aspose.com/slides/es/java/shape-formatting/