Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 16,049 for

table

(0.06 sec)
  1. TextWrapping | Aspose.Words for Java

    Specifies how text is wrapped around the Table in Java....around the table. Examples: Shows how to work with table text wrapping...new DocumentBuilder(doc); Table table = builder.startTable(); builder...

    reference.aspose.com/words/java/com.aspose.word...
  2. TableStyle.column_stripe property | Aspose.Word...

    TableStyle.column_stripe property. Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding....Shows how to create conditional table styles that alternate between...configure a conditional style of a table to apply a different color to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Cell.NextCell | Aspose.Words for .NET

    Discover the NextCell property to easily access the next Cell node, enhancing your data management and streamlining your workflow....how to enumerate through all table cells. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  4. TableStyle | Aspose.Words for Java

    Represents a Table style in Java....extends Style Represents a table style. To learn more, visit...visit the Working with Tables documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  5. NodeCollection.indexOf method | Aspose.Words fo...

    NodeCollection.indexOf method. Returns the zero-based index of the specified node.... myDir + "Tables.docx" ); let table = doc . firstSection...firstSection . body . tables . at ( 0 ); let allTables = doc . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (Table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document)...= layoutCollector.GetEntity(table); if (layoutEntity == null)...

    forum.aspose.com/t/topic/311958
  7. Cell.paragraphs property | Aspose.Words for Nod...

    Cell.paragraphs property. Gets a collection of paragraphs that are immediate children of the cell....Examples Shows how to set a table to stay together on the same...myDir + "Table spanning two pages.docx" ); let table = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldMergeField.FieldName | Aspose.Words for .NET

    Discover the FieldMergeField FieldName property to easily manage and customize your data fields for enhanced data integration and efficiency....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  9. PreferredWidth.Type | Aspose.Words for .NET

    Discover the PreferredWidth Type property, which defines the measurement unit for preferred width values, enhancing your design precision and flexibility....preferred width type and value of a table cell. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data Table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data Table and get the result. Finally, we save the modified Excel file to disk....Calculation of Array Formula of Data Tables with C++ Contents [ Hide ]...] You can create Data Table in Microsoft Excel using Data > What-If...

    docs.aspose.com/cells/cpp/calculation-of-array-...