Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 50,320 for

shapes

(0.11 sec)
  1. Gestionar gráficos SmartArt en presentaciones e...

    Automatice la creación, edición y estilo de SmartArt en PowerPoint usando Aspose.Slides para Android, con ejemplos concisos de código Java y orientación centrada en el rendimiento....primera diapositiva for ( IShape shape : pres . getSlides (). get_Item...forma es de tipo SmartArt if ( shape instanceof ISmartArt ) { //...

    docs.aspose.com/slides/es/androidjava/manage-sm...
  2. Extrahera alla bilder från former i Visio|Docum...

    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.... Shapes-egenskapen som exponeras av...stöder en samling Aspose.Diagram.Shape-objekt. Den här egenskapen kan...

    docs.aspose.com/diagram/sv/net/extract-all-imag...
  3. Linienformen in Präsentationen mit Python erste...

    Erfahren Sie, wie Sie die Linienformatierung in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET manipulieren können. Entdecken Sie Eigenschaften, Methoden und Beispiele....LINE über die Methode add_auto_shape hinzu. Speichern Sie die Präsentation...hinzufügen. slide . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/de/python-net/line/
  4. 数式テキスト|Aspose.Slides for Python ドキュメント

    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/ja/python-net/examples/e...
  5. Обновить, удалить поля|Documentation

    В этом разделе объясняется, как обновлять или удалять поля....фрагмент кода обновляет поле в shape. // For complete examples and...); //Get Visio Shape Shape shape = page . Shapes [ 0 ]; //Get field...

    docs.aspose.com/diagram/ru/net/update-remove-fi...
  6. Node.CustomNodeId | Aspose.Words per .NET

    Scopri la proprietà CustomNodeId del nodo per un'identificazione efficiente dei nodi personalizzati. Arricchisci il tuo progetto con identificatori univoci per una migliore organizzazione!... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Koruma ile Çalışma|Documentation

    Bu bölüm, diagram'de Aspose.Diagram ile korumanın nasıl ayarlanacağını açıklar....); // Get shape by ID Shape shape = page . Shapes . GetShape...GetShape ( 1 ); // Set protections shape . Protection . LockAspect ....

    docs.aspose.com/diagram/tr/net/working-with-pro...
  8. Archivo

    Archivo...nombre Lee InheritProps de Shape en Java Obtén una licencia gratis...de formas for (Shape shape : (Iterable<Shape>) page.getShapes())...

    blog.aspose.com/es/diagram/read-visio-shape-dat...
  9. Empêcher les modifications de présentation avec...

    Découvrez comment Aspose.Slides for .NET verrouille ou déverrouille les formes dans les fichiers PPT, PPTX et ODP, sécurisant les présentations tout en permettant des modifications contrôlées....foreach ( IShape shape in slide . Shapes ) { if ( shape is IAutoShape...SizeLocked = true ; } else if ( shape is IGroupShape groupShape )...

    docs.aspose.com/slides/fr/net/applying-protecti...
  10. 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-...