Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 8,215 for

append

(0.25 sec)
  1. Crear un documento de hoja de cálculo|Documenta...

    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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/es/net/create-a-spreadshe...
  2. Insertar una nueva hoja de cálculo|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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/es/net/insert-a-new-works...
  3. دمج خليتين متجاورتين|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....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/ar/net/merge-two-adjacent...
  4. Zusammenführen von zwei benachbarten Zellen|Doc...

    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....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/de/net/merge-two-adjacent...
  5. Vereinfachen Sie die Erstellung der Transformat...

    Aspose.3D for .NET API bietet die TransformBuilder-Klasse, die die Erstellung der Transformation matrix durch die Ketten operationen vereinfacht....ComposeOrder { /// <summary> /// Append the new transform to the chain...chain /// </summary> Append , /// <summary> /// Prepend the new...

    docs.aspose.com/3d/de/net/simplify-the-creation...
  6. Ajouter et Supprimer un Signet en Python|Aspose...

    Vous pouvez ajouter un signet à un document PDF avec Python. Il est possible de supprimer tous les signets ou certains d'entre eux d'un document PDF.... append ( outline ) # Enregistrer le...du signet parent outline . append ( childOutline ) # Ajouter...

    docs.aspose.com/pdf/fr/python-net/add-and-delet...
  7. ShapeBase.bounds_in_points property | Aspose.Wo...

    ShapeBase.bounds_in_points property. Gets the location and size of the containing block of the shape in points, relative to the anchor of the topmost shape.... append_child ( shape ) # The group.... body . first_paragraph . append_child ( group ) # Insert a...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 記録

    記録... append ( "First" ); text1 . setParagraphStyle...RichText text2 = new RichText (). append ( "Second" ); text2 . setParagraphStyle...

    blog.aspose.com/ja/note/create-bulleted-or-numb...
  9. Crea PDF usando Python | Aspose.PDF

    Questo argomento mostra come utilizzare l'API Aspose.PDF for Python per generare e leggere facilmente file PDF nelle applicazioni Python.... TextBuilder ( page ) # Append the text fragment to the PDF...PDF page textBuilder . append_text ( textFragment ) document ...

    products.aspose.com/pdf/it/python-net/create/
  10. Create HTML Table in Python

    This tutorial guides you on how to create HTML table using Python. It goes through the required setup, the logic behind it, and an example script to build HTML table using Python.... Then, you can keep appending as many rows and columns as...as necessary by using the append_child method. This write-up...

    kb.aspose.com/html/python/create-html-table-in-...