Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 20,378 for

table

(0.45 sec)
  1. TableSubstitutionRule.loadWindowsSettings metho...

    TableSubstitutionRule.loadWindowsSettings method. Loads predefined Table substitution settings for Windows platform....loadWindowsSettings() Loads predefined table substitution settings for Windows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TableSubstitutionRule.loadLinuxSettings method ...

    TableSubstitutionRule.loadLinuxSettings method. Loads predefined Table substitution settings for Linux platform....loadLinuxSettings() Loads predefined table substitution settings for Linux...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data Table....border formatting of the data table. @property def format ( self...Examples Shows how to show data table with chart series data. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldDatabaseDataTable c...

    Aspose::Words::Fields::FieldDatabaseDataTable class. Provides data for the FieldDatabase field result. Please see DataTable instance. To learn more, visit the documentation article in C++....columns that belong to this table. get_Rows () const Gets rows...rows that belong to this table. GetType () const override Is (const...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. FieldMergingArgsBase.table_name property | Aspo...

    FieldMergingArgsBase.Table_name property. Gets the name of the data Table for the current merge operation or empty string if the name is not available....table_name property FieldMergingArgsBase.table_name property...property Gets the name of the data table for the current merge operation...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CellFormat.set_paddings method | Aspose.Words f...

    CellFormat.set_paddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell....the text contents # of each table cell we create with the document... 10 , 40 , 50 ) # Create a table with one cell whose contents...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 使用 Python 从 PDF 中删除表格 | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上从 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...
  9. Աղյուսակի ավտոմատ տեղաբաշխում Word-ում Java-ի մ...

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

    kb.aspose.com/hy/words/java/autofit-table-in-wo...
  10. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....doc = new Document ( MyDir + "Tables.docx" ); Assert . That ( doc...GetChildNodes ( NodeType . Table , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/node/