Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 5,330 for

autoshape

(0.87 sec)
  1. Konvertálja a PPTX-t Word-be C++-ban | products...

    Konvertálja a PPTX-t Word-be C++-ban. Használja a C++ könyvtár API-t a PowerPoint Wordvé konvertálásához...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/hu/cpp/conversion/pp...
  2. Converti PPT in Word in C++ | products.aspose.com

    Converti PPT in Word in C++. Usa l'API della libreria C++ per convertire PowerPoint in Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/it/cpp/conversion/pp...
  3. Převést PPT do Wordu v C++ | products.aspose.com

    Převést PPT do Wordu v C++. K převodu PowerPointu do Wordu použijte API knihovny C++...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cs/cpp/conversion/pp...
  4. إدارة عناصر النائب في العرض التقديمي باستخدام C...

    إدارة العناصر النائبة بسهولة في Aspose.Slides لـ C++: استبدال النص، تخصيص المطالبات وتعيين شفافية الصورة في PowerPoint و OpenDocument....نوع شكل العنصر النائب إلى AutoShape وتغيير النص باستخدام TextFrame...TextFrame المرتبط بـ AutoShape . حفظ العرض التقديمي المعدل. This...

    docs.aspose.com/slides/ar/cpp/manage-placeholder/
  5. Verwalten von Präsentationsplatzhaltern in C++|...

    Müheloses Verwalten von Platzhaltern in Aspose.Slides für C++: Text ersetzen, Eingabeaufforderungen anpassen & Bildtransparenz festlegen in PowerPoint- und OpenDocument-Dateien....Platzhalter‑Shape in ein AutoShape um und ändern Sie den Text...mithilfe des TextFrame , das dem AutoShape zugeordnet ist. Speichern...

    docs.aspose.com/slides/de/cpp/manage-placeholder/
  6. AndroidでAutoFitを使用してプレゼンテーションを強化する|Aspose.Slide...

    Aspose.Slides for Android(Java)でAutoFit設定を管理し、PowerPoint および OpenDocument のプレゼンテーションでテキスト表示を最適化し、コンテンツの可読性を向上させます。...get_Item ( 0 ); IAutoShape autoShape = slide . getShapes (). addAutoShape...setFillType ( FillType . Solid ); autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/ja/androidjava/manage-au...
  7. Converti PPTX in Word in C++ | products.aspose.com

    Converti PPTX in Word in C++. Usa l'API della libreria C++ per convertire PowerPoint in Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/it/cpp/conversion/pp...
  8. Převést PPTX na Word v C++ | products.aspose.com

    Převést PPTX na Word v C++. K převodu PowerPointu do Wordu použijte API knihovny C++...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/cs/cpp/conversion/pp...
  9. ארכיון

    ארכיון...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/he/slides/convert-ppt-to-word-o...
  10. PowerPoint-Textabsätze in .NET verwalten|Aspose...

    Meistern Sie die Absatzformatierung mit Aspose.Slides für .NET – optimieren Sie Ausrichtung, Abstand und Stil in PPT-, PPTX- und ODP-Präsentationen in C#....Greift auf das TextFrame des AutoShape zu ITextFrame tf = ashp ....dem ausgewählten Folie ein autoshape hinzu. Greifen Sie auf das...

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