Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 4,473 for

autoshape

(0.05 sec)
  1. WordArt|Aspose.Slides ドキュメント

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...); ITextFrame textFrame = autoShape . getTextFrame (); Portion...

    docs.aspose.com/slides/ja/java/wordart/
  2. Управление текстовым полем|Документация Aspose....

    Добавьте текстовое поле или текстовый фрейм в презентации PowerPoint на Python или .NET...slides [ 0 ] # Добавляет AutoShape с типом, установленным как...свойство is_text_box (из класса AutoShape ), чтобы вы могли проверять...

    docs.aspose.com/slides/ru/python-net/manage-tex...
  3. 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/
  4. テキストボックスの管理|Aspose.Slides ドキュメント

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

    docs.aspose.com/slides/ja/net/manage-textbox/
  5. Cadre Photo|Documentation Aspose.Slides

    Ajouter un cadre photo à une présentation PowerPoint en C# ou .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/fr/net/picture-frame/
  6. Mise en forme des formes|Documentation Aspose.S...

    Mettez en forme une forme dans une présentation PowerPoint en C# ou .NET...avons formaté un rectangle AutoShape : // Instancie une classe...Slides [ 0 ]; // Ajoute une autoshape de type rectangle IShape shp...

    docs.aspose.com/slides/fr/net/shape-formatting/
  7. Auflisten von Aufzählungs- und Nummerierten Lis...

    Erstellen Sie Aufzählungs- und nummerierte Listen in einer PowerPoint-Präsentation in Python... Fügen Sie eine AutoShape auf der ausgewählten Folie...slide = pres . slides [ 0 ] autoShape = slide . shapes . add_auto_shape...

    docs.aspose.com/slides/de/python-net/manage-bul...
  8. Verwaltete PowerPoint-Absätze|Aspose.Slides für...

    Erstellen und Verwalten von Absätzen, Text, Rückenmaß und Eigenschaften in PowerPoint-Präsentationen...get_Item ( 0 ); # Fügen Sie eine AutoShape vom Typ Rechteck hinzu $ashp...Zugriff auf TextFrame der AutoShape $tf = $ashp -> getTextFrame...

    docs.aspose.com/slides/de/php-java/manage-parag...
  9. Formateo de Texto|Documentación de Aspose.Slides

    Gestionar y manipular propiedades de texto y marco de texto en Java...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...palabras 'importante' (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/es/androidjava/text-form...
  10. プレースホルダーの管理|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションのプレースホルダーテキストとプロンプトテキストを変更します... プレースホルダーシェイプを AutoShape に型キャストし、 AutoShape に関連付けられた TextFrame...Placeholder != null && shape is AutoShape ) { string text = "" ; if...

    docs.aspose.com/slides/ja/net/manage-placeholder/