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

shapes

(0.25 sec)
  1. Conector|Documentación de Aspose.Slides para Py...

    Dibuje y controle conectores en Python con Aspose.Slides: añada, rote, vuelva a trazar, establezca puntos de conexión, flechas y estilos para enlazar formas en PPT, PPTX y ODP.... shapes . add_connector ( slides ....None for shape in slide . shapes : if isinstance ( shape , slides...

    docs.aspose.com/slides/es/python-net/examples/e...
  2. RelativeHorizontalSize Enum | Aspose.Words för ...

    Upptäck Aspose.Words.Drawing.RelativeHorizontalSize enum för exakt kontroll över form och textramsbredder i dina dokument. Förbättra din formatering idag!... Shape shape = builder . InsertShape (...konverteras till absoluta enheter. shape . WrapType = WrapType . None...

    reference.aspose.com/words/sv/net/aspose.words....
  3. Преобразовать умное изображение в групповую фор...

    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....Smart Art Shape в Group Shape, используя метод Shape.GetResultOfSmartArt()...обрабатывать Smart Art Shape как Group Shape. Следовательно, у вас...

    docs.aspose.com/cells/ru/net/convert-the-smart-...
  4. FlipOrientation enumeration | Aspose.Words for ...

    aspose.words.drawing.FlipOrientation enumeration. Possible values for the orientation of a shape....values for the orientation of a shape. Members Name Description NONE...Examples Shows how to flip a shape on an axis. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aplicar efectos de forma en presentaciones usan...

    Transforme sus archivos PPT y PPTX con efectos de forma avanzados usando Aspose.Slides para C++ — cree diapositivas impactantes y profesionales en segundos....idx_get ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...150.0f ); auto effectFormat = shape -> get_EffectFormat (); effectFormat...

    docs.aspose.com/slides/es/cpp/shape-effect/
  6. تطبيق تأثيرات الشكل في العروض التقديمية باستخدا...

    حوّل ملفات PPT و PPTX الخاصة بك باستخدام تأثيرات الشكل المتقدمة عبر Aspose.Slides للغة C++ — أنشئ شرائح جذابة واحترافية في ثوانٍ....idx_get ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...150.0f ); auto effectFormat = shape -> get_EffectFormat (); effectFormat...

    docs.aspose.com/slides/ar/cpp/shape-effect/
  7. منع تعديل العروض باستخدام أقفال الشكل في .NET|ت...

    اكتشف كيف تقوم Aspose.Slides for .NET بقفل أو إلغاء قفل الأشكال في ملفات PPT و PPTX و ODP، مما يؤمن العروض مع السماح بتعديلات مُتحكم فيها....foreach ( IShape shape in slide . Shapes ) { if ( shape is IAutoShape...SizeLocked = true ; } else if ( shape is IGroupShape groupShape )...

    docs.aspose.com/slides/ar/net/applying-protecti...
  8. Групповая фигура|Документация Aspose.Slides for...

    Работайте с групповыми фигурами в Python, используя Aspose.Slides: создавайте и разгруппируйте, переупорядочивайте дочерние фигуры, задавайте трансформации и границы в PowerPoint и OpenDocument.... def add_group_shape (): with slides . Presentation...= slide . shapes . add_group_shape () group . shapes . add_auto_shape...

    docs.aspose.com/slides/ru/python-net/examples/e...
  9. Создание или управление узлом формы SmartArt в ...

    Управление узлом smartart и дочерними узлами в презентациях PowerPoint на JavaScript... size (); i ++ ) { let shape = pres . getSlides (). get_Item...SmartArt if ( java . instanceOf ( shape , "com.aspose.slides.SmartArt"...

    docs.aspose.com/slides/ru/nodejs-java/manage-sm...
  10. SmartArt-Formknoten in Präsentationen mit Java ...

    Verwalten Sie SmartArt-Formknoten in PPT und PPTX mit Aspose.Slides für Java. Erhalten Sie klare Code-Beispiele und Tipps, um Ihre Präsentationen zu optimieren....der ersten Folie for ( IShape shape : pres . getSlides (). get_Item...Form vom SmartArt-Typ ist if ( shape instanceof SmartArt ) { // Form...

    docs.aspose.com/slides/de/java/manage-smartart-...