IRow Interface |
Namespace: Aspose.Slides
The IRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIBulkTextFormattable |
Allows to get base IBulkTextFormattable interface.
Read-only IBulkTextFormattable.
|
![]() | AsICellCollection |
Allows to get base ICellCollection interface.
Read-only ICellCollection.
|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) |
![]() | AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from ICellCollection.) |
![]() | Count | (Inherited from ICollection.) |
![]() | Height |
Returns the height of a row.
Read-only Double.
|
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns a cell by it's position.
Read-only ICell.
(Inherited from ICellCollection.) |
![]() | MinimalHeight |
Returns or sets the minimal possible height of a row.
Read/write Double.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | RowFormat |
Returns the RowFormat object that contains formatting properties for this row.
Read-only IRowFormat.
|
![]() | Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableICell.) |
![]() | SetTextFormat(IParagraphFormat) |
Sets defined paragraph format properties to all element's paragraphs.
(Inherited from IBulkTextFormattable.) |
![]() | SetTextFormat(IPortionFormat) |
Sets defined portion format properties to all element's portions.
(Inherited from IBulkTextFormattable.) |
![]() | SetTextFormat(ITextFrameFormat) |
Sets defined text frame format properties to all element's text frames.
(Inherited from IBulkTextFormattable.) |