Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 23,931 for

table

(0.98 sec)
  1. Creando un PDF complejo|Aspose.PDF para Python ...

    Aspose.PDF para Python a través de .NET te permite crear documentos más complejos que contienen imágenes, fragmentos de texto y tablas en un solo documento.... Añadir (table) a la página paragraphs . Guardar...) # Añadir tabla table = ap . Table () table . column_widths =...

    docs.aspose.com/pdf/es/python-net/complex-pdf-e...
  2. 기존 PDF에서 테이블 조작|Aspose.PDF for .NET

    Aspose.PDF for .NET을 사용하여 기존 PDF의 테이블 작업 방법을 배우고 문서 수정의 유연성을 제공합니다.... GetDataDir_AsposePdf_Tables (); // Open PDF document using...TableAbsorber object to find tables var absorber = new Aspose ...

    docs.aspose.com/pdf/ko/net/manipulate-tables-in...
  3. CellCollection Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Tables.CellCollection للوصول بسهولة إلى عقد Cell، مما يعزز معالجة المستندات وكفاءتها....( MyDir + "Tables.docx" ); TableCollection tables = doc . FirstSection...FirstSection . Body . Tables ; Assert . AreEqual ( 2 , tables . ToArray ()...

    reference.aspose.com/words/ar/net/aspose.words....
  4. เพิ่มตารางใน PDF โดยใช้ C# | Aspose.PDF

    การเพิ่มตารางในไฟล์ PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...Combine ( dataDir , "sample_with_table_out.pdf" ); Aspose . Pdf . Document...Aspose . Pdf . Table table = new Aspose . Pdf . Table { Border =...

    products.aspose.com/pdf/th/net/table/add/
  5. Remover Tabelas de PDF Existente|Aspose.PDF par...

    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....primeira tabela na página table = absorber . table_list [ 0 ] # Remover...tabela absorber . remove ( table ) # Salvar PDF pdf_document...

    docs.aspose.com/pdf/pt/python-net/remove-tables...
  6. Accedi a QueryTable di Excel usando C#

    Segui questo articolo per accedere a QueryTable di Excel usando C#. Include dettagli per impostare l'IDE, un elenco di passaggi e un esempio di codice per accedere e aggiornare la connessione dati esterna di Excel usando C#....and modifying an Excel query table using C#. You will learn to...control and access the query table collection, retrieve it, and...

    kb.aspose.com/it/cells/net/access-excel-queryta...
  7. Verwalten von Zeilen und Spalten in PowerPoint-...

    Verwalten Sie Tabellenzeilen und -spalten in PowerPoint mit Aspose.Slides für C++ und beschleunigen Sie die Bearbeitung von Präsentationen sowie Datenaktualisierungen....Slides die Klasse Table und das Interface ITable sowie...MakeObject < Presentation > ( u "table.pptx" ); // Greift auf die erste...

    docs.aspose.com/slides/de/cpp/manage-rows-and-c...
  8. Удалить таблицы из существующего PDF|Aspose.PDF...

    Этот раздел описывает, как удалить таблицу из PDF документа....Document > ( _dataDir + u "Table_input.pdf" ); // Создать объект...первую таблицу на странице auto table = absorber -> get_TableList...

    docs.aspose.com/pdf/ru/cpp/remove-tables-from-e...
  9. Administrar filas y columnas en tablas de Power...

    Administre filas y columnas de tabla en PowerPoint y OpenDocument con Aspose.Slides para Python mediante .NET y acelere la edición de presentaciones y la actualización de datos....autocontenidos basados en la API Table , para que pueda encontrar rápidamente...with slides . Presentation ( "table.pptx" ) as presentation : #...

    docs.aspose.com/slides/es/python-net/manage-row...
  10. Eliminar la tabla dinámica de una hoja de cálcu...

    Código Python via .NET para quitar PivotTable para hojas de Excel...pivot_tables.remove(pivot_table) para eliminar la...y el método Worksheet.pivot_tables.remove_at(index, keep_data)...

    docs.aspose.com/cells/es/python-net/delete-pivo...