Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 5,329 for

autoshape

(0.16 sec)
  1. تحريك نص PowerPoint في .NET|توثيق Aspose.Slides

    إنشاء نص متحرك ديناميكي في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides for .NET، مع أمثلة كود C# سهلة المتابعة ومُحسّنة....الفقرة لإضافة تأثير IAutoShape autoShape = ( IAutoShape ) presentation...]; IParagraph paragraph = autoShape . TextFrame . Paragraphs [...

    docs.aspose.com/slides/ar/net/animated-text/
  2. تبدیل 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...
  3. تبدیل 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...
  4. PowerPoint-Text in Python formatieren|Aspose.Sl...

    Erfahren Sie, wie Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET formatieren und gestalten. Passen Sie Schriftarten, Farben, Ausrichtungen und mehr mit leistungsstarken Python-Codebeispielen an....Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/de/python-net/text-forma...
  5. Textfelder in Präsentationen mit C++|Aspose.Sli...

    Aspose.Slides für C++ ermöglicht das einfache Erstellen, Bearbeiten und Klonen von Textfeldern in PowerPoint- und OpenDocument-Dateien und verbessert Ihre Präsentationsautomatisierung....idx_get ( 0 ); // Fügt eine AutoShape mit dem Typ Rechteck hinzu...IAutoShape > ( shape )) { auto autoShape = ExplicitCast < IAutoShape...

    docs.aspose.com/slides/de/cpp/manage-textbox/
  6. Gestionar fuentes en presentaciones usando Java...

    Controla las fuentes en Java con Aspose.Slides: incorpora, sustituye y carga fuentes personalizadas para mantener las presentaciones PPT, PPTX y ODP claras, seguras para la marca y coherentes....diapositiva y convertirlas a AutoShape . Obtener el Paragraph del...del TextFrame expuesto por AutoShape . Justificar el párrafo. Acceder...

    docs.aspose.com/slides/es/java/manage-fonts/
  7. Gestionar fuentes en presentaciones en Android|...

    Controla fuentes en Java con Aspose.Slides para Android: incrusta, sustituye y carga fuentes personalizadas para mantener las presentaciones PPT, PPTX y ODP claras, seguras para la marca y coherentes....diapositiva y convertirlas a AutoShape . Obtener el Paragraph del...del TextFrame expuesto por AutoShape . Justificar el párrafo. Acceder...

    docs.aspose.com/slides/es/androidjava/manage-fo...
  8. إدارة الخطوط في العروض التقديمية باستخدام JavaS...

    التحكم في الخطوط باستخدام Aspose.Slides لـ Node.js عبر Java: تضمين، استبدال، وتحميل خطوط مخصصة للحفاظ على وضوح وتناسق عروض PPT و PPTX و ODP....الشريحة وتحويل نوعها إلى AutoShape . الحصول على Paragraph من...TextFrame المعروض بواسطة AutoShape . ضبط محاذاة الفقرة. الوصول...

    docs.aspose.com/slides/ar/nodejs-java/manage-fo...
  9. Formatear texto de PowerPoint en C++|Documentac...

    Formatear y dar estilo al texto en presentaciones PowerPoint y OpenDocument usando Aspose.Slides para C++. Personalizar fuentes, colores, alineación y más....SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/es/cpp/text-formatting/
  10. Textfelder in Präsentationen in .NET verwalten|...

    Aspose.Slides für .NET ermöglicht das einfache Erstellen, Bearbeiten und Duplizieren von Textfeldern in PowerPoint- und OpenDocument‑Dateien und verbessert Ihre Präsentationsautomatisierung....Slides [ 0 ]; // Fügt eine AutoShape mit dem Typ Rectangle hinzu...IAutoShape autoShape ) { Console . WriteLine ( autoShape . IsTextBox...

    docs.aspose.com/slides/de/net/manage-textbox/