Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 5,232 for

autoshape

(0.11 sec)
  1. Converti PPT in Word in C# | products.aspose.com

    Converti PPT in Word in C#. Usa l'API della libreria .NET per convertire PowerPoint in Word...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...

    products.aspose.com/slides/it/net/conversion/pp...
  2. 在 C++ 中將 PPTX 轉換為 Word | products.aspose.com

    在 C++ 中將 PPTX 轉換為 Word。使用 C++ 庫 API 將 PowerPoint 轉換為 Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/zh-hant/cpp/conversi...
  3. แปลง PPT เป็น Word ใน C++ | products.aspose.com

    แปลง PPT เป็น Word ใน C++ ใช้ API ของไลบรารี C++ เพื่อแปลง PowerPoint เป็น Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/th/cpp/conversion/pp...
  4. تحويل عروض PowerPoint إلى مستندات Word في C++|و...

    تحويل شرائح PowerPoint PPT و PPTX إلى مستندات Word قابلة للتحرير في C++ باستخدام Aspose.Slides مع الحفاظ على التخطيط الدقيق والصور والتنسيق....ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/ar/cpp/convert-powerpoin...
  5. Administrar párrafos de texto de PowerPoint en ...

    Domina el formato de párrafos con Aspose.Slides para .NET—optimiza alineación, espaciado y estilo en presentaciones PPT, PPTX y ODP en C#....// Accede al TextFrame del AutoShape ITextFrame tf = ashp . TextFrame...mediante su índice. Agregar una autoshape a la diapositiva seleccionada...

    docs.aspose.com/slides/es/net/manage-paragraph/
  6. Chercher

    chercher...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/fr/slides/convert-ppt-to-word-o...
  7. arkiv

    arkiv...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/sv/slides/convert-ppt-to-word-o...
  8. Converteer PPTX naar Word in C++ | products.asp...

    Converteer PPTX naar Word in C++. Gebruik de C++-bibliotheek-API om PowerPoint naar Word te converteren...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/nl/cpp/conversion/pp...
  9. Aplicación Hello World usando Aspose.Slides par...

    Crea tu primera aplicación C++ con Aspose.Slides, un sencillo ejemplo Hello World que te prepara para automatizar presentaciones PPT, PPTX y ODP.... Agregar un AutoShape con ShapeType como Rectangle... Agregar un TextFrame al AutoShape que contenga Hello World como...

    docs.aspose.com/slides/es/cpp/hello-world-appli...
  10. Animer le texte PowerPoint en PHP|Documentation...

    Créez du texte animé dynamique dans les présentations PowerPoint et OpenDocument à l'aide d'Aspose.Slides pour PHP via Java, avec des exemples de code faciles à suivre et optimisés....paragraphe pour ajouter l'effet $autoShape = $presentation -> getSlides...get_Item ( 0 ); $paragraph = $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/fr/php-java/animated-text/