Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,478 for

autoshape

(0.07 sec)
  1. Управление шрифтами - PowerPoint Java API|Докум...

    Презентации обычно содержат как текст, так и изображения. Эта статья показывает, как использовать PowerPoint Java API для настройки свойств шрифта абзацев текста на слайдах....выполните преобразование их к AutoShape . Получите Paragraph из TextFrame...TextFrame , предоставленного AutoShape . Выравняйте абзац. Доступ...

    docs.aspose.com/slides/ru/androidjava/manage-fo...
  2. Рамка для изображения|Документация Aspose.Slides

    Добавить рамку для изображения в презентацию PowerPoint на C# или .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/ru/net/picture-frame/
  3. Преобразование PowerPoint в Word|Документация A...

    Преобразуйте презентацию PowerPoint в Word на C++...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/ru/cpp/convert-powerpoin...
  4. Marco de Imagen|Documentación de Aspose.Slides

    Agrega un marco de imagen a la presentación de PowerPoint en C# o .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/es/net/picture-frame/
  5. إدارة فقرة PowerPoint في Python|وثائق Aspose.Sl...

    إنشاء وإدارة فقرة، نص، مسافة، وخصائص في عروض PowerPoint باستخدام Python...slides [ 0 ] # إضافة شكل AutoShape من نوع Rectangle ashp = slide...# الوصول إلى TextFrame من AutoShape tf = ashp . text_frame # إنشاء...

    docs.aspose.com/slides/ar/python-net/manage-par...
  6. ワードアート|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/androidjava/wordart/
  7. WordArt|Aspose.Slides for Python ドキュメント

    PythonまたはAspose.Slides for Python via .NETを使用してPowerPointプレゼンテーションにWordArtと効果を追加、操作、管理します。... slides [ 0 ] autoShape = slide . shapes . add_auto_shape... 400 , 200 ) textFrame = autoShape . text_frame portion = textFrame...

    docs.aspose.com/slides/ja/python-net/wordart/
  8. إدارة العناصر النائبة|وثائق Aspose.Slides

    تغيير نص العنصر النائب ونص المطالبة في عروض PowerPoint باستخدام C++...بتحويل شكل العنصر النائب إلى AutoShape وقم بتغيير النص باستخدام TextFrame...TextFrame المرتبط بـ AutoShape . احفظ العرض التقديمي المعدل....

    docs.aspose.com/slides/ar/cpp/manage-placeholder/
  9. Platzhalter verwalten|Aspose.Slides Dokumentation

    Ändern Sie Platzhaltertext und Eingabetext in PowerPoint-Präsentationen in C++...die Platzhalterform in eine AutoShape und ändern Sie den Text mit...dem TextFrame , der mit der AutoShape verknüpft ist. Speichern Sie...

    docs.aspose.com/slides/de/cpp/manage-placeholder/
  10. Форматирование текста|Документация Aspose.Slides

    Управление и изменение свойств текста и текстовых рамок в C++...SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/ru/cpp/text-formatting/