Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,474 for

autoshape

(0.03 sec)
  1. Formatausgestaltung von Formen|Aspose.Slides Do...

    Formate in der PowerPoint-Präsentation in C# oder .NET...bei der wir ein Rechteck AutoShape formatiert haben: // Erstellt...0 ]; // Fügt ein Rechteck-AutoShape hinzu IShape shp = sld . Shapes...

    docs.aspose.com/slides/de/net/shape-formatting/
  2. Textformatierung|Aspose.Slides Dokumentation

    Verwalten und Bearbeiten von Text- und Textrahmeneinstellungen in Java...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...Wörter 'wichtig' hervor (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/de/androidjava/text-form...
  3. Formateo de Texto|Documentación de Aspose.Slides

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

    docs.aspose.com/slides/es/java/text-formatting/
  4. Textformatierung|Aspose.Slides Dokumentation

    Verwalten und Manipulieren von Text und Eigenschaften von Textfeldern in Java...setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides (). get_Item...Wörter 'wichtig' hervor (( AutoShape ) pres . getSlides (). get_Item...

    docs.aspose.com/slides/de/java/text-formatting/
  5. Gérer TextBox|Documentation Aspose.Slides pour ...

    Ajouter un textbox ou un cadre de texte aux présentations PowerPoint en Python ou .NET...slides [ 0 ] # Ajoute une AutoShape avec le type défini comme...is_text_box (de la classe AutoShape ) pour vous permettre d’examiner...

    docs.aspose.com/slides/fr/python-net/manage-tex...
  6. بيضاوي|وثائق Aspose.Slides لـ Python

    إنشاء بيضاوي في عرض PowerPoint باستخدام بايثون...باستخدام الفهرس الخاص بها إضافة AutoShape من نوع بيضاوي باستخدام طريقة...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/ar/python-net/ellipse/
  7. تبدیل PPT به Word در C++ | products.aspose.com

    تبدیل PPT به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  8. تبدیل PPTX به Word در C++ | products.aspose.com

    تبدیل PPTX به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  9. 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/
  10. إطار الصورة|وثائق Aspose.Slides

    إضافة إطار صورة إلى عرض PowerPoint في جافا...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

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