Cell — Aspose.Slides FOSS C# (.NET) API Reference
Cell — Cell API type. Inherits from: ISlideComponent, ICell.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
OffsetX | float | Read/Write | |
OffsetY | float | Read/Write | |
FirstRowIndex | int | Read/Write | |
FirstColumnIndex | int | Read/Write | |
Width | float | Read/Write | |
Height | float | Read/Write | |
MinimalHeight | float | Read/Write | |
MarginLeft | float | Read/Write | |
MarginRight | float | Read/Write | |
MarginTop | float | Read/Write | |
MarginBottom | float | Read/Write | |
TextVerticalType | TextVerticalType | Read/Write | |
TextAnchorType | TextAnchorType | Read/Write | |
AnchorCenter | bool | Read/Write | |
FirstRow | IRow | Read/Write | |
FirstColumn | IColumn | Read/Write | |
ColSpan | int | Read/Write | |
RowSpan | int | Read/Write | |
TextFrame | ITextFrame? | Read/Write | |
Table | ITable | Read/Write | |
IsMergedCell | bool | Read/Write | |
CellFormat | ICellFormat | Read/Write | |
Slide | IBaseSlide? | Read/Write | |
Presentation | IPresentation? | Read/Write | |
AsIPresentationComponent | IPresentationComponent | Read/Write | |
AsISlideComponent | ISlideComponent | Read/Write |