ICell

Overview

ICell is a interface in Aspose.Slides FOSS for .NET.

Represents a single cell in a table.

Properties

NameTypeAccessDescription
OffsetXfloatRead
OffsetYfloatRead
FirstRowIndexintRead
FirstColumnIndexintRead
WidthfloatReadGets the total width of the cell in points
HeightfloatRead
MinimalHeightfloatRead
MarginLeftfloatRead/WriteGets the left margin inside the cell
MarginRightfloatRead/WriteGets the right margin inside the cell
MarginTopfloatRead/WriteGets the top margin inside the cell
MarginBottomfloatRead/WriteGets the bottom margin inside the cell
TextVerticalTypeTextVerticalTypeRead/WriteIndicates the vertical text orientation inside the cell
TextAnchorTypeTextAnchorTypeRead/WriteIndicates how text is anchored within the cell
AnchorCenterboolRead/Write
FirstRowIRowRead
FirstColumnIColumnRead
ColSpanintRead
RowSpanintRead
TextFrameITextFrame?ReadGives access to the ITextFrame containing the cell’s text
TableITableReadReferences the ITable that contains this cell
IsMergedCellboolRead
CellFormatICellFormatReadProvides formatting options applied to the cell
SlideIBaseSlide?ReadReturns the slide that hosts the cell, if any
PresentationIPresentation?ReadReturns the presentation that contains the cell, if any
AsISlideComponentISlideComponentRead
AsIPresentationComponentIPresentationComponentRead

See Also