Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,474 for

autoshape

(0.04 sec)
  1. إدارة فقرات PowerPoint في C++|وثائق Aspose.Slides

    إنشاء وإدارة الفقرات والنص والإندفاع والخصائص في عروض PowerPoint باستخدام C++...idx_get ( 0 ); // إضافة شكل AutoShape من النوع مستطيل SharedPtr...المعني من خلال فهرسه. أضف autoshape إلى الشريحة المحددة. الوصول...

    docs.aspose.com/slides/ar/cpp/manage-paragraph/
  2. C#でPowerPointの段落を管理する|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションの段落、テキスト、インデント、およびプロパティを作成および管理します...50 , 150 , 300 , 150 ); // AutoShapeのTextFrameにアクセス ITextFrame...スします。 選択したスライドに autoshape を追加します。 autoshapeの TextFrame にアクセスします。...

    docs.aspose.com/slides/ja/net/manage-paragraph/
  3. PowerPointをWordに変換|Aspose.Slides ドキュメント

    C++でPowerPointプレゼンテーションをWordに変換...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/ja/cpp/convert-powerpoin...
  4. Ellipse|Documentation 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.... Ajoutez un AutoShape de type Ellipse en utilisant...get_Item ( 0 ); // Ajouter un AutoShape de type ellipse sld . getShapes...

    docs.aspose.com/slides/fr/androidjava/ellipse/
  5. Ellipse|Documentation 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.... Ajoutez une AutoShape de type Ellipse en utilisant...get_Item ( 0 ); // Ajouter une AutoShape de type ellipse sld . getShapes...

    docs.aspose.com/slides/fr/java/ellipse/
  6. पीपीटीएक्स को सी ++ में वर्ड में कनवर्ट करें | ...

    पीपीटीएक्स को सी ++ में वर्ड में कनवर्ट करें। PowerPoint को Word में बदलने के लिए C++ लाइब्रेरी API का उपयोग करें...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/hi/cpp/conversion/pp...
  7. Bullet verwalten|Aspose.Slides Dokumentation

    Erstellen Sie Aufzählungs- und nummerierte Listen in PowerPoint-Präsentationen in Java... Fügen Sie eine AutoShape in der ausgewählten Folie...Hinzufügen und Zugreifen auf die Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/de/java/manage-bullet/
  8. Administrar Viñetas|Documentación de Aspose.Slides

    Crear listas con viñetas y listas numeradas en presentaciones de PowerPoint en Java... Agrega una AutoShape en la diapositiva seleccionada...Agregando y accediendo a la Autoshape IAutoShape aShp = slide ....

    docs.aspose.com/slides/es/java/manage-bullet/
  9. テキストのフォーマット|Aspose.Slides for Python ドキュメント

    Pythonでテキストとテキストフレームのプロパティを管理および操作する...Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/ja/python-net/text-forma...
  10. إطار الصورة|توثيق Aspose.Slides لـ PHP

    إضافة إطار صورة إلى عرض PowerPoint...$shapesCount ) ; $i ++ ) { $autoShape = $presentation -> getSlides...$i ); if ( java_is_null ( $autoShape -> getPlaceholder ())) { continue...

    docs.aspose.com/slides/ar/php-java/picture-frame/