Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 5,261 for

shape position

(0.13 sec)
  1. PHP を使用してプレゼンテーションの SmartArt シェイプ ノードを管理する|Aspo...

    Aspose.Slides for PHP via Java を使用して PPT と PPTX の SmartArt シェイプ ノードを管理します。明確なコードサンプルとヒントでプレゼンテーションを効率化しましょう。...get_Item ( 0 ) -> getShapes () as $shape ) { # シェイプが SmartArt タイプか確認する...タイプか確認する if ( java_instanceof ( $shape , new JavaClass ( "com.aspose...

    docs.aspose.com/slides/ja/php-java/manage-smart...
  2. Travailler avec des formes dans Java|Aspose.Wor...

    Introduction au langage de balisage de forme, création de formes de différents types à l'aide de Java....représentées par la classe Shape . Insérer Une Forme À L’Aide...une forme flottante avec la position, la taille et le type d’habillage...

    docs.aspose.com/words/fr/java/working-with-shapes/
  3. 3. Comandi in LaTeX

    Questo articolo discute un altro modo per comporre formule matematiche che coinvolgono comandi macro forniti dal LaTeX....and shape; the bar lines change their size and position, so that...signs appear in a variety of positions depending on the height and...

    docs.aspose.com/tex/it/java/latex-math-commands/
  4. Verbinder in Präsentationen mit Python verwalte...

    Ermöglichen Sie Python-Anwendungen, Linien in PowerPoint- und OpenDocument-Folien zu zeichnen, zu verbinden und automatisch zu routen – erhalten Sie vollständige Kontrolle über gerade, Ellenbogen- und gekrümmte Verbinder....ermöglichen das Ändern von Position und Form eines Verbinders...bereitgestellten Methode add_auto_shape hinzu. Fügen Sie einen Verbinder...

    docs.aspose.com/slides/de/python-net/connector/
  5. Diagrammdatenbeschriftungen in Präsentationen i...

    Erfahren Sie, wie Sie Diagrammdatenbeschriftungen in PowerPoint-Präsentationen mit Aspose.Slides für .NET hinzufügen und formatieren, um ansprechendere Folien zu erstellen.... Shapes . AddChart ( ChartType . Line...0 ]; IChart chart = slide . Shapes . AddChart ( ChartType . StackedColumn...

    docs.aspose.com/slides/de/net/chart-data-label/
  6. Connecteur|Documentation d'Aspose.Slides pour N...

    Connecter des formes PowerPoint en JavaScript...connecteurs, servent à modifier les positions et les formes des connecteurs...addAutoShape exposée par l’objet Shapes . Ajoutez un connecteur à l’aide...

    docs.aspose.com/slides/fr/nodejs-java/connector/
  7. Öffentliche API Änderungen in Aspose.Cells 8.5....

    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.... Hinzugefügte Shape.Geometry.ShapeAdjustValues-Eigenschaft...hat die Aspose.Cells-API die Shape.Geometry.ShapeAdjustValues-Eigenschaft...

    docs.aspose.com/cells/de/net/public-api-changes...
  8. スライド上のシェイプを画像としてレンダリング|Aspose.Slides ドキュメント

    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 . Count ; j ++) { // Accessing the shape with picture...//画像付きシェイプにアクセス ShapeEx sh = sl . Shapes [ j ]; if ( sh is AutoShapeEx...

    docs.aspose.com/slides/ja/net/rendering-shapes-...
  9. Java を使用してプレゼンテーションの SmartArt シェイプ ノードを管理する|Asp...

    Aspose.Slides for Java を使用して PPT および PPTX の SmartArt シェイプ ノードを管理します。コードサンプルとヒントが明確に示され、プレゼンテーションの効率化に役立ちます。...最初のスライド内のすべてのシェイプを走査する for ( IShape shape : pres . getSlides (). get_Item...シェイプが SmartArt タイプかどうか確認する if ( shape instanceof SmartArt ) { // シェイプを...

    docs.aspose.com/slides/ja/java/manage-smartart-...
  10. Gérer les espaces réservés de présentation en J...

    Gérez facilement les espaces réservés dans Aspose.Slides pour Java: remplacez le texte, personnalisez les invites et définissez la transparence des images dans PowerPoint et OpenDocument....get_Item ( 0 ); for ( IShape shape : slide . getSlide (). getShapes...diapositive { if ( shape . getPlaceholder () != null && shape instanceof...

    docs.aspose.com/slides/fr/java/manage-placeholder/