ITable
Contents
[
Hide
]ITable interface
Represents a table on a slide.
public interface ITable : IBulkTextFormattable, IGraphicalObject
Properties
Name | Description |
---|---|
AsIBulkTextFormattable { get; } | Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable . |
AsIGraphicalObject { get; } | Allows to get base IGraphicalObject interface. Read-only IGraphicalObject . |
Columns { get; } | Returns the collectoin of columns. Read-only IColumnCollection . |
FirstCol { get; set; } | Determines whether the first column of a table has to be drawn with a special formatting. Read/write Boolean. |
FirstRow { get; set; } | Determines whether the first row of a table has to be drawn with a special formatting. Read/write Boolean. |
HorizontalBanding { get; set; } | Determines whether the even rows has to be drawn with a different formatting. Read/write Boolean. |
Item { get; } | Returns the cell at the specified column and row indexes. Read-only ICell . |
LastCol { get; set; } | Determines whether the last column of a table has to be drawn with a special formatting. Read/write Boolean. |
LastRow { get; set; } | Determines whether the last row of a table has to be drawn with a special formatting. Read/write Boolean. |
RightToLeft { get; set; } | Determines whether the table has right to left reading order. Read-write Boolean. |
Rows { get; } | Returns the collectoin of rows. Read-only IRowCollection . |
StylePreset { get; set; } | Get’s or sets builtin table style. Read/write TableStylePreset . |
TableFormat { get; } | Returns the TableFormat object that contains formatting properties for this table. Read-only ITableFormat . |
VerticalBanding { get; set; } | Determines whether the even columns has to be drawn with a different formatting. Read/write Boolean. |
Methods
Name | Description |
---|---|
MergeCells(ICell, ICell, bool) | Merges neighbour cells. |
See Also
- interface IBulkTextFormattable
- interface IGraphicalObject
- namespace Aspose.Slides
- assembly Aspose.Slides