Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,478 for

autoshape

(0.08 sec)
  1. Formenformatierung|Aspose.Slides für PHP Dokume...

    Form in PowerPoint-Präsentation formatieren...bei der wir ein Rechteck AutoShape formatiert haben: # Instanziiert...get_Item ( 0 ); # Fügt eine Autoshape vom Rechtecktyp hinzu $shp...

    docs.aspose.com/slides/de/php-java/shape-format...
  2. إدارة صندوق النص|وثائق Aspose.Slides لـ Python

    إضافة صندوق نص أو إطار نص إلى عروض PowerPoint في بايثون أو .NET...خاصية is_text_box (من فئة AutoShape ) لتسمح لك بفحص الأشكال والعثور...slides import Presentation , AutoShape with Presentation ( "pres...

    docs.aspose.com/slides/ar/python-net/manage-tex...
  3. Gestionar viñetas|Documentación de Aspose.Slides

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

    docs.aspose.com/slides/es/androidjava/manage-bu...
  4. Formateo de Texto|Documentación de Aspose.Slide...

    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....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/es/php-java/text-formatt...
  5. Marco de Imagen|Documentación de Aspose.Slides

    Agregar marco de imagen a la presentación de PowerPoint en Java...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/es/androidjava/picture-f...
  6. 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...
  7. 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/
  8. 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/
  9. पीपीटीएक्स को सी ++ में वर्ड में कनवर्ट करें | ...

    पीपीटीएक्स को सी ++ में वर्ड में कनवर्ट करें। 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...
  10. Formatage des Formes|Documentation Aspose.Slides

    Formatage des formes dans une présentation PowerPoint en Java...avons formaté un rectangle AutoShape : // Instantiates a presentation... get_Item ( 0 ); // Adds autoshape of rectangle type IShape shp...

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