Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 4,904 for

autoshape

(0.13 sec)
  1. Приложение Hello World с использованием Aspose....

    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.... Добавьте AutoShape с типом ShapeType в форме...слайда. Добавьте TextFrame к AutoShape, содержащий текст Hello World...

    docs.aspose.com/slides/ru/cpp/hello-world-appli...
  2. Cara Mencoret Teks di PPTX menggunakan Java

    Tutorial ini mencakup cara mencoret teks di PPTX menggunakan Java. Ini mencakup semua detail untuk membangun lingkungan, proses langkah demi langkah dan kode contoh yang berfungsi untuk mencoret teks PPTX menggunakan Java....contoh presentasi, membuat autoshape, menambahkan bingkai teks...akses slide pertama Buat autoshape dari tipe Rectangle dan sisipkan...

    kb.aspose.com/id/slides/java/how-to-strike-out-...
  3. 将 PowerPoint 转换为 Word|Aspose.Slides 文档

    在 C# 或 .NET 中将 PowerPoint 演示文稿转换为 Word...is AutoShape autoShape ) { builder . Writeln ( autoShape . TextFrame...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  4. Cadre Photo|Documentation Aspose.Slides

    Ajouter un cadre photo à une présentation PowerPoint en C# ou .NET...shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/fr/net/picture-frame/
  5. تنسيق النص|توثيق Aspose.Slides لـ PHP

    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/ar/php-java/text-formatt...
  6. PPT to PPTX conversion|Aspose.Slides Documentation

    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.... Converting autoshapes including rectangles and...pictures fill styles for autoshapes. Converting placeholders...

    docs.aspose.com/slides/java/ppt-to-pptx-convers...
  7. แปลง 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...
  8. 在 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...
  9. 在C++中將PPT轉換為Word | products.aspose.com

    在 C++ 中將 PPT 轉換為 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...
  10. Elipse|Documentación de Aspose.Slides

    Crear elipse en presentación de PowerPoint en C# o .NET...utilizando su índice Agregue una AutoShape de tipo Elipse utilizando...Slides [ 0 ]; // Agregar autoshape de tipo elipse sld . Shapes...

    docs.aspose.com/slides/es/net/ellipse/