ICell
Overview
ICell is a interface in Aspose.Slides FOSS for .NET.
Represents a single cell in a table.
Properties: AnchorCenter, AsIPresentationComponent, AsISlideComponent, CellFormat, ColSpan, FirstColumn, and 20 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
OffsetX | float | Read | Gets the horizontal offset of the cell from the left edge of the table, in points. |
OffsetY | float | Read | Gets the vertical offset of the cell from the top edge of the table, in points. |
FirstRowIndex | int | Read | Gets the zero-based index of the first row covered by this cell. |
FirstColumnIndex | int | Read | Gets the zero-based index of the first column covered by this cell. |
Width | float | Read | Gets the total width of the cell in points, accounting for column span. |
Height | float | Read | Gets the total height of the cell in points, accounting for row span. |
MinimalHeight | float | Read | Gets the minimal height of the cell in points. |
MarginLeft | float | Read/Write | Gets or sets the left margin of the cell in points. |
MarginRight | float | Read/Write | Gets or sets the right margin of the cell in points. |
MarginTop | float | Read/Write | Gets or sets the top margin of the cell in points. |
MarginBottom | float | Read/Write | Gets or sets the bottom margin of the cell in points. |
TextVerticalType | TextVerticalType | Read/Write | Gets or sets the text vertical type of the cell. |
TextAnchorType | TextAnchorType | Read/Write | Gets or sets the text anchor type of the cell. |
AnchorCenter | bool | Read/Write | Gets or sets whether text is centered at the anchor point. |
FirstRow | IRow | Read | Gets the first row of this cell. |
FirstColumn | IColumn | Read | Gets the first column of this cell. |
ColSpan | int | Read | Gets the column span of this cell. |
RowSpan | int | Read | Gets the row span of this cell. |
TextFrame | ITextFrame? | Read | Gets the text frame of this cell. |
Table | ITable | Read | Gets the parent table. |
IsMergedCell | bool | Read | Gets whether this cell is part of a merge operation. |
CellFormat | ICellFormat | Read | Gets the cell format. |
Slide | IBaseSlide? | Read | Gets the owning slide. |
Presentation | IPresentation? | Read | Gets the owning presentation. |
AsISlideComponent | ISlideComponent | Read | Returns this instance as an ISlideComponent. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance as an IPresentationComponent. |