Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 22,226 for

table

(0.1 sec)
  1. TableCollection.to_array method | Aspose.Words ...

    TableCollection.to_array method. Copies all Tables from the collection to a new array of Tables....all tables from the collection to a new array of tables. def...): ... Returns An array of tables. Examples Shows how to iterate...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Using the pdf xml schema in the Aspose.Pdf name...

    Hi, I saw an older forum post that recommended using the Aspose.Pdf namespace to create documents instead of the Aspose.Pdf.Generator namespace. I've been playing around with generating documents in the Aspose.Pdf names…...generating a 100 rows by 20 column table, and noticed some speed differences...27, 27); var table = new Aspose.Pdf.Table(); table.ColumnAdjustment...

    forum.aspose.com/t/using-the-pdf-xml-schema-in-...
  3. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for Java....options and place them inside Table cells. public static void AddingRadioButtonAdv...getPages (). add (); Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/java/create-forms/
  4. 使用 Python 从 PDF 中删除表格 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中删除表格... pages [ 1 ]) table = absorber . table_list [ 0 ] absorber...absorber . remove ( table ) document . save ( path_outfile )...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  5. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...Tables.Table) { Table tmTb = newNode as Table; Table tmSrcTb...tmSrcTb = node as Table; for (int i = 0; i < tmTb.Rows.Count; i++)...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  6. FontSubstitutionSettings.tableSubstitution prop...

    FontSubstitutionSettings.TableSubstitution property. Settings related to Table substitution rule....property Settings related to table substitution rule. get tableSubstitution...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Retrieving SQL Connection Data|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....example, server URL , username , table name , full SQL query , query...query type , location of the table , and name of the named range...

    docs.aspose.com/cells/python-net/retrieving-sql...
  8. Աղյուսակի ավտոմատ տեղաբաշխում Word-ում Java-ի մ...

    Այս հոդվածում ներկայացված է, թե ինչպես ավտոմատ կերպով տեղաբաշխել աղյուսակը Word-ում Java-ի միջոցով։ Այն պարունակում է IDE-ի կարգավորման մանրամասները, քայլերի ցանկը և կոդի օրինակ, որը ցույց է տալիս, թե ինչպես տեղավորել աղյուսակը էջի վրա Word-ում՝ օգտագործելով Java։...TABLE տարբերակը։ Տիպափոխեք ստացված հանգույցը Table օբյեկտի։...օբյեկտի։ Կանչեք autoFit() մեթոդը Table դասում։ Պահպանեք ելքային ֆայլը՝...

    kb.aspose.com/hy/words/java/autofit-table-in-wo...
  9. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....docx" ); Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Images is placed over footer when converting do...

    version 20.5 Java When converting the attached document to PDF some images is covering the footer information. Is this a know issue and are there any fixes in later versions? In the uploaded files I’ve attached the wor…...Words table row breaking logic does not...support floating objects inside a table currently since they have this...

    forum.aspose.com/t/images-is-placed-over-footer...