Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 22,073 for

table

(0.2 sec)
  1. TableStyle.top_padding property | Aspose.Words ...

    TableStyle.top_padding property. Gets or sets the amount of space (in points) to add above the contents of Table cells....to add above the contents of table cells. @property def top_padding...custom style settings for the table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::DocumentBuilder::DeleteRow metho...

    Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a Table in C++....from a table. System :: SharedPtr < Aspose :: Words :: Tables ::...tableIndex int32_t The index of the table. rowIndex int32_t The index...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.Table_width_output_mode property. Controls how Table, row and cell widths are exported to HTML, MHTML or EPUB...table_width_output_mode property HtmlSaveOptions.table_width_output_mode...table_width_output_mode property Controls how table, row and cell widths are exported...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.allow_cell_spacing property | Aspose.Word...

    Table.allow_cell_spacing property. Gets or sets the Allow spacing between cells option....allow_cell_spacing property Table.allow_cell_spacing property...between individual cells in a table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TableStyle.Shading | Aspose.Words for .NET

    Discover the TableStyle Shading property to enhance your Table cells with customizable shading formatting for a polished, professional look....the shading formatting for table cells. public Shading Shading...custom style settings for the table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/tab...
  6. Cell.CellFormat | Aspose.Words for .NET

    Discover the Cell CellFormat property to easily access and customize cell formatting options for enhanced data presentation in your applications....how to modify formatting of a table cell. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a Table with assigned Table style...to some area of a table with assigned table style. To learn more...more, visit the Working with Tables documentation article. Properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with PivotTable|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....Hide ] A pivot table is an interactive table that summarizes...format while maintaining a pivot table. Report users have to manually...

    docs.aspose.com/cells/reportingservices/working...
  9. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit Tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your Table workflows....Presentation Tables in .NET Contents [ Hide ] A table in PowerPoint...Aspose.Slides provides the Table class, ITable interface, Cell...

    docs.aspose.com/slides/net/manage-table/
  10. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....Shows how to build a nested table without using a document builder...builder. def create_nested_table (): doc = aw . Document () # Create...

    reference.aspose.com/words/python-net/aspose.wo...