ICell
Overview
ICell is a interface in Aspose.Slides FOSS for .NET.
Represents a single cell in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
OffsetX | float | Read | |
OffsetY | float | Read | |
FirstRowIndex | int | Read | |
FirstColumnIndex | int | Read | |
Width | float | Read | Gets the total width of the cell in points |
Height | float | Read | |
MinimalHeight | float | Read | |
MarginLeft | float | Read/Write | Gets the left margin inside the cell |
MarginRight | float | Read/Write | Gets the right margin inside the cell |
MarginTop | float | Read/Write | Gets the top margin inside the cell |
MarginBottom | float | Read/Write | Gets the bottom margin inside the cell |
TextVerticalType | TextVerticalType | Read/Write | Indicates the vertical text orientation inside the cell |
TextAnchorType | TextAnchorType | Read/Write | Indicates how text is anchored within the cell |
AnchorCenter | bool | Read/Write | |
FirstRow | IRow | Read | |
FirstColumn | IColumn | Read | |
ColSpan | int | Read | |
RowSpan | int | Read | |
TextFrame | ITextFrame? | Read | Gives access to the ITextFrame containing the cell’s text |
Table | ITable | Read | References the ITable that contains this cell |
IsMergedCell | bool | Read | |
CellFormat | ICellFormat | Read | Provides formatting options applied to the cell |
Slide | IBaseSlide? | Read | Returns the slide that hosts the cell, if any |
Presentation | IPresentation? | Read | Returns the presentation that contains the cell, if any |
AsISlideComponent | ISlideComponent | Read | |
AsIPresentationComponent | IPresentationComponent | Read |