Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 4,237 for

shape position

(0.05 sec)
  1. チャートのワークブック|Aspose.Slides ドキュメント

    C++におけるPowerPointプレゼンテーションのチャートのワークブック...() -> idx_get ( 0 ) -> get_Shapes () -> idx_get ( 0 )); auto...-> Clear (); stream -> set_Position ( 0 ); data -> WriteWorkbookStream...

    docs.aspose.com/slides/ja/cpp/chart-workbook/
  2. Animation de Forme|Documentation Aspose.Slides

    Appliquer l'animation PowerPoint en C++...IAutoShape > autoShape = sld -> get_Shapes () -> AddAutoShape ( Aspose...() -> idx_get ( 0 ) -> get_Shapes () -> AddPictureFrame ( Aspose...

    docs.aspose.com/slides/fr/cpp/shape-animation/
  3. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format...Description additional_text_positioning A flag specifying whether...to write additional text positioning operators or not. allow_...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Crear e incrustar un gráfico de Excel como un o...

    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 . Paste (); // Posicionar el...Length ]; workbookStream . Position = 0 ; workbookStream . Read...

    docs.aspose.com/slides/es/net/create-and-embed-...
  5. Créer et intégrer un graphique Excel en tant qu...

    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 . Paste (); // Positionner...wbStream . Length ]; wbStream . Position = 0 ; wbStream . Read ( chartOleData...

    docs.aspose.com/slides/fr/net/create-and-embed-...
  6. Gérer OLE|Documentation Aspose.Slides

    Ajouter des objets OLE aux présentations PowerPoint en Java...( IShape shape : slide . getShapes ()) { if ( shape instanceof...{ ole = ( OleObjectFrame ) shape ; } } if ( ole != null ) { ...

    docs.aspose.com/slides/fr/java/manage-ole/
  7. Dokument Öğelerini Ekle için DocumentBuilder'ı ...

    Belge öğelerini Java'deki belge oluşturucuya ekleyin....out of the current cell to a position just after the table. The...oluşturulan ve eklenen yeni bir Shape nesnesini döndürür böylece şeklin...

    docs.aspose.com/words/tr/java/use-documentbuild...
  8. Añadir Texto a PDF usando C++|Aspose.PDF para C++

    Este artículo describe varios aspectos del trabajo con texto en Aspose.PDF. Aprenda cómo añadir texto a PDF, añadir fragmentos HTML o usar fuentes OTF personalizadas....textFragment -> set_Position ( MakeObject < Position > ( 80 , 700 ));...textFragment -> set_Position ( MakeObject < Position > ( 10 , 10 ));...

    docs.aspose.com/pdf/es/cpp/add-text-to-pdf-file/
  9. Filigrane|Documentation Aspose.Slides

    Ajouter des filigranes texte et image aux présentations PowerPoint en Java...l’alignement centré, la rotation, la position au premier plan, etc. Nous...(). toArray (); for ( IShape shape : slideShapes ) { if ( "filigrane"...

    docs.aspose.com/slides/fr/java/watermark/
  10. PowerPoint-Absätze in C# verwalten|Aspose.Slide...

    Erstellen und verwalten Sie Absätze, Text, Einzüge und Eigenschaften in PowerPoint-Präsentationen in C# oder .NET... Shapes . AddAutoShape ( ShapeType...zu IAutoShape aShp = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/de/net/manage-paragraph/