Table — Aspose.Slides FOSS C# (.NET) API Reference

Table — Table API type. Inherits from: GraphicalObject, ITable.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
GraphicalObjectLockIGraphicalObjectLock?Read/Write
RowsIRowCollectionRead/Write
ColumnsIColumnCollectionRead/Write
TableFormatITableFormatRead/Write
StylePresetTableStylePresetRead/Write
RightToLeftboolRead/Write
FirstRowboolRead/Write
FirstColboolRead/Write
LastRowboolRead/Write
LastColboolRead/Write
HorizontalBandingboolRead/Write
VerticalBandingboolRead/Write
AsIGraphicalObjectIGraphicalObjectRead/Write
AsIBulkTextFormattableIBulkTextFormattableRead/Write

Methods

MethodReturnsDescription
MergeCells(ICell cell1, ICell cell2, bool allowSplitting)void
SetTextFormat(IBasePortionFormat source)void
SetTextFormat(IParagraphFormat source)void
SetTextFormat(ITextFrameFormat source)void

See Also