Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 49,129 for

shape

(0.13 sec)
  1. Mathe-Text|Aspose.Slides für Python Dokumentation

    Arbeiten Sie mit mathematischem Text in Python unter Verwendung von Aspose.Slides: Erstellen und bearbeiten Sie Gleichungen, Brüche, Radikale, Skripte, Formatierungen und rendern Sie die Ergebnisse für PPT und PPTX.... math_shape = slide . shapes . add_math_shape ( 0 , 0 , 720...Absatz zu. math_paragraph = math_shape . text_frame . paragraphs [...

    docs.aspose.com/slides/de/python-net/examples/e...
  2. Математический текст|Документация Aspose.Slides...

    Работайте с математическим текстом в Python с помощью Aspose.Slides: создавайте и редактируйте уравнения, дроби, радикалы, индексы, форматируйте и получайте результат в виде PPT и PPTX.... math_shape = slide . shapes . add_math_shape ( 0 , 0 , 720...абзацу. math_paragraph = math_shape . text_frame . paragraphs [...

    docs.aspose.com/slides/ru/python-net/examples/e...
  3. Texto Matemático|Documentación de Aspose.Slides...

    Trabaje con texto matemático en Python usando Aspose.Slides: cree y edite ecuaciones, fracciones, radicales, scripts, formato, y genere resultados para PPT y PPTX.... math_shape = slide . shapes . add_math_shape ( 0 , 0 , 720...matemático. math_paragraph = math_shape . text_frame . paragraphs [...

    docs.aspose.com/slides/es/python-net/examples/e...
  4. Proteger y desproteger una forma Visio en PHP|D...

    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....() -> getPage ( "Flow 1" ); $shape = $page -> getShapes () -> getShape...getShape ( 1 ); $shape -> getProtection () -> getLockAspect ()...

    docs.aspose.com/diagram/es/java/protect-and-unp...
  5. ShapeBase.Bounds | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase Bounds لإدارة موقع وحجم الشكل بسهولة، مما يعزز دقة التصميم وكفاءته....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . StrokeColor = Color . Orange...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Pythonでプレゼンテーションのシェイプをリサイズする|Aspose.Slides for ...

    Aspose.Slides for Python(.NET)を使用して、PowerPoint と OpenDocument のスライド上のシェイプを簡単にリサイズし、スライドレイアウトの調整を自動化して生産性を向上させます。...: for shape in slide . shapes : # シェイプのサイズをスケールする。 shape . height...height = shape . height * height_ratio shape . width = shape . width...

    docs.aspose.com/slides/ja/python-net/re-sizing-...
  7. Archiv

    Archiv...Vytvářejte tvary pomocí třídy Shape. Přidejte tvary do diagramu...vss") page = diagram.pages[0] shape_names = {} # Přidání tvarů a...

    blog.aspose.com/cs/diagram/create-flowchart-in-...
  8. قم بتطبيق نمط مختلف على كل قيمة نصية لشكل ما في...

    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....); \ # Get a particular shape $shape = $diagram -> getPages ()...); \ # Clear shape text values and chars $shape -> getText ()...

    docs.aspose.com/diagram/ar/java/apply-different...
  9. Procurar

    Procurar...Shapes. Para cada forma na coleção...segurar formas temporárias IShape shape; // Percorra todos os slides...

    blog.aspose.com/pt/slides/lock-shapes-in-ppt-in...
  10. تخصيص الأشكال في العروض التقديمية باستخدام بايث...

    إنشاء وتخصيص الأشكال في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides لبايثون عبر .NET: مسارات الهندسة، الزوايا المنحنية، الأشكال المركبة....slides [ 0 ] shape = slide . shapes . add_auto_shape ( slides ....200 , 100 ) geometry_path = shape . get_geometry_paths ()[ 0 ]...

    docs.aspose.com/slides/ar/python-net/custom-shape/