Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 5,125 for

shape position

(0.07 sec)
  1. Working with GridJs Server Side|Documentation

    This article describes how to use APIs in GridJs....Position = 0 in C# byte [] buffer =...printStackTrace (); } 3. Get the images/shapes from the spreadsheet file //...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  2. Diagrammlegenden in Präsentationen in .NET anpa...

    Passen Sie Diagrammlegenden mit Aspose.Slides für .NET an, um PowerPoint-Präsentationen mit individuell gestalteten Legenden zu optimieren....nachstehenden Beispiel haben wir die Position und Größe der Diagrammlegende...hinzu IChart chart = slide . Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/de/net/chart-legend/
  3. AxisBound Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Drawing.Charts.AxisBound, la soluzione per definire i limiti dei valori degli assi nei grafici per una visualizzazione precisa dei dati....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Cancella la serie...

    reference.aspose.com/words/it/net/aspose.words....
  4. Utilisez DocumentBuilder pour insérer des éléme...

    Insérez des éléments de document à l'aide du générateur de documents dans Java....texte inséré à partir de la position actuelle dans le document...cellule actuelle vers une position juste après le tableau. L’exemple...

    docs.aspose.com/words/fr/java/use-documentbuild...
  5. Customize Data Points in Treemap and Sunburst C...

    Learn how to manage data points in treemap and sunburst charts with Aspose.Slides for .NET, compatible with PowerPoint formats.... Shapes . AddChart ( ChartType . Sunburst...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . Sunburst...

    docs.aspose.com/slides/net/data-points-of-treem...
  6. Excel chart is corrupted - Free Support Forum -...

    Dear Aspose. As you can see from example. We are facing discrepancies in the chart. First look on the top level with labels - there are values like CELLR instead of values. Secondly, when it comes to labels printed t…...inconsistent sizing and positioning of the balloon shapes surrounding the...

    forum.aspose.com/t/excel-chart-is-corrupted/326275
  7. 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-...
  8. Kommentar im Arbeitsblatt hinzufügen|Documentation

    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....top level container for all shapes including cell comments. HSSFPatriarch...//anchor defines size and position of the comment in worksheet...

    docs.aspose.com/cells/de/net/add-comment-in-wor...
  9. Gestion de SmartArt dans les présentations Powe...

    Apprenez à créer et modifier des SmartArt PowerPoint avec Aspose.Slides pour .NET en utilisant des exemples de code C# clairs qui accélèrent la conception et l'automatisation des diapositives.... Shapes [ 0 ]; ISmartArtNodeCollect...nodeShape in smartArtNode . Shapes ) { if ( nodeShape . TextFrame...

    docs.aspose.com/slides/fr/net/manage-smartart/
  10. Pythonでのグループプレゼンテーションシェイプ|Aspose.Slides for Pyt...

    Aspose.Slides for Python を使用して、PowerPoint と OpenDocument デッキでシェイプをグループ化およびグループ解除する方法を学びます。高速でステップバイステップのガイドと無料コード付き。... group_shape = slide . shapes . add_group_shape () # グループシェイプ内にシェイプを追加します。...グループシェイプ内にシェイプを追加します。 group_shape . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/ja/python-net/group/