Table — Aspose.Slides FOSS C# (.NET) API Reference
Table — Table API type. Inherits from: GraphicalObject, ITable.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
GraphicalObjectLock | IGraphicalObjectLock? | Read/Write | |
Rows | IRowCollection | Read/Write | |
Columns | IColumnCollection | Read/Write | |
TableFormat | ITableFormat | Read/Write | |
StylePreset | TableStylePreset | Read/Write | |
RightToLeft | bool | Read/Write | |
FirstRow | bool | Read/Write | |
FirstCol | bool | Read/Write | |
LastRow | bool | Read/Write | |
LastCol | bool | Read/Write | |
HorizontalBanding | bool | Read/Write | |
VerticalBanding | bool | Read/Write | |
AsIGraphicalObject | IGraphicalObject | Read/Write | |
AsIBulkTextFormattable | IBulkTextFormattable | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
MergeCells(ICell cell1, ICell cell2, bool allowSplitting) | void | |
SetTextFormat(IBasePortionFormat source) | void | |
SetTextFormat(IParagraphFormat source) | void | |
SetTextFormat(ITextFrameFormat source) | void |