Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 5,234 for

autoshape

(0.18 sec)
  1. Lavorare con le forme in C++|Aspose.Words per C++

    Introduzione al linguaggio shape markup, creazione di forme di diversi tipi utilizzando C++....di disegno, ad esempio un AutoShape, una casella di testo, una...

    docs.aspose.com/words/it/cpp/working-with-shapes/
  2. نص رياضي|وثائق Aspose.Slides لـ Python

    العمل مع النص الرياضي في بايثون باستخدام Aspose.Slides: إنشاء وتعديل المعادلات، الكسور، الجذور، النصوص المكتوبة، التنسيق، وعرض النتائج لملفات PPT و PPTX.... AutoShape ) and shape . text_frame is...

    docs.aspose.com/slides/ar/python-net/examples/e...
  3. Tekst doorhalen in PPTX met Java

    Deze zelfstudie behandelt hoe u tekst in PPTX kunt doorhalen met Java. Het behandelt alle details om de omgeving tot stand te brengen, een stapsgewijs proces en een werkende voorbeeldcode om PPTX-tekst te verwijderen met behulp van Java.... Er wordt een autoshape gemaakt, gevolgd door het...

    kb.aspose.com/nl/slides/java/how-to-strike-out-...
  4. Cách tạo trang trình bày PowerPoint trong HTML ...

    Bài viết này hướng dẫn cách tạo trang chiếu PowerPoint trong HTML bằng Python. Nó cũng bao gồm các chi tiết về cách định cấu hình môi trường và các ví dụ hoạt động của bản trình bày HTML bằng Python....bày mới được tạo Chèn một Autoshape của loại Hình chữ nhật cùng...

    kb.aspose.com/vi/slides/python/how-to-create-po...
  5. إدارة روابط العروض التقديمية في C++|وثائق Aspos...

    قم بإدارة الروابط التشعبية بسهولة في عروض PowerPoint و OpenDocument التقديمية باستخدام Aspose.Slides لـ C++ — حسّن التفاعل وسير العمل في دقائق....-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/ar/cpp/manage-hyperlinks/
  6. Gérer les hyperliens de présentation dans .NET|...

    Gérez facilement les hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour .NET — améliorez l'interactivité et le flux de travail en quelques minutes....IAutoShape autoShape = shape as IAutoShape ; if ( autoShape != null...( IParagraph paragraph in autoShape . TextFrame . Paragraphs )...

    docs.aspose.com/slides/fr/net/manage-hyperlinks/
  7. Gérer les hyperliens de présentation sur Androi...

    Gestion sans effort des hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour Android via Java — améliorez l'interactivité et le flux de travail en quelques minutes....IAutoShape autoShape = ( IAutoShape ) shape ; if ( autoShape != null...( IParagraph paragraph : autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/fr/androidjava/manage-hy...
  8. 搜索

    搜索...IAutoShape autoShape = (IAutoShape)shape; if (autoShape != null)...for (IParagraph paragraph : autoShape.getTextFrame().getParagraphs())...

    blog.aspose.com/zh-hant/slides/work-with-hyperl...
  9. Verwalten von Präsentations-Hyperlinks in C++|A...

    Verwalten Sie Hyperlinks in PowerPoint- und OpenDocument-Präsentationen mühelos mit Aspose.Slides für C++ – steigern Sie Interaktivität und Arbeitsabläufe in Minuten....-> get_Shapes ()) { auto autoShape = System :: AsCast < IAutoShape...IAutoShape > ( shape ); if ( autoShape != nullptr ) { for ( const...

    docs.aspose.com/slides/de/cpp/manage-hyperlinks/
  10. Chercher

    chercher...Récupérer la forme AutoShape ashp = (AutoShape)sld.Shapes[0]; if...

    blog.aspose.com/fr/slides/add-shapes-to-powerpo...