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
| Name | Type | Access | Description |
|---|---|---|---|
OffsetX | float | Read | Gets the offset x. |
OffsetY | float | Read | Gets the offset y. |
FirstRowIndex | int | Read | Gets the first row index. |
FirstColumnIndex | int | Read | Gets the first column index. |
Width | float | Read | Gets the width. |
Height | float | Read | Gets the height. |
MinimalHeight | float | Read | Gets the minimal height. |
MarginLeft | float | Read/Write | Gets or sets the margin left. |
MarginRight | float | Read/Write | Gets or sets the margin right. |
MarginTop | float | Read/Write | Gets or sets the margin top. |
MarginBottom | float | Read/Write | Gets or sets the margin bottom. |
TextVerticalType | TextVerticalType | Read/Write | Gets or sets the text vertical type. |
TextAnchorType | TextAnchorType | Read/Write | Gets or sets the text anchor type. |
AnchorCenter | bool | Read/Write | Gets or sets the anchor center. |
FirstRow | IRow | Read | Gets the first row. |
FirstColumn | IColumn | Read | Gets the first column. |
ColSpan | int | Read | Gets the col span. |
RowSpan | int | Read | Gets the row span. |
TextFrame | ITextFrame? | Read | Gets the text frame. |
Table | ITable | Read | Gets the table. |
IsMergedCell | bool | Read | Gets the is merged cell. |
CellFormat | ICellFormat | Read | Gets the cell format. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsISlideComponent | ISlideComponent | Read | Returns this instance as an ISlideComponent. |