Cell

Overview

Cell is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent, ICell.

Represents a single cell within a table in a PowerPoint presentation.

Properties: AnchorCenter, AsIPresentationComponent, AsISlideComponent, CellFormat, ColSpan, FirstColumn, and 20 more.

Properties

NameTypeAccessDescription
OffsetXfloatReadGets the offset x.
OffsetYfloatReadGets the offset y.
FirstRowIndexintReadGets the first row index.
FirstColumnIndexintReadGets the first column index.
WidthfloatReadGets the width.
HeightfloatReadGets the height.
MinimalHeightfloatReadGets the minimal height.
MarginLeftfloatRead/WriteGets or sets the margin left.
MarginRightfloatRead/WriteGets or sets the margin right.
MarginTopfloatRead/WriteGets or sets the margin top.
MarginBottomfloatRead/WriteGets or sets the margin bottom.
TextVerticalTypeTextVerticalTypeRead/WriteGets or sets the text vertical type.
TextAnchorTypeTextAnchorTypeRead/WriteGets or sets the text anchor type.
AnchorCenterboolRead/WriteGets or sets the anchor center.
FirstRowIRowReadGets the first row.
FirstColumnIColumnReadGets the first column.
ColSpanintReadGets the col span.
RowSpanintReadGets the row span.
TextFrameITextFrame?ReadGets the text frame.
TableITableReadGets the table.
IsMergedCellboolReadGets the is merged cell.
CellFormatICellFormatReadGets the cell format.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsISlideComponentISlideComponentReadReturns this instance as an ISlideComponent.

See Also