IRow Interface

Represents a row in a table.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IRow : ICellCollection, ISlideComponent, 
	IPresentationComponent, IGenericCollection<ICell>, IEnumerable<ICell>, 
	IEnumerable, ICollection, IBulkTextFormattable

The IRow type exposes the following members.

Properties
  NameDescription
Public propertyAsIBulkTextFormattable
Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable.
Public propertyAsICellCollection
Allows to get base ICellCollection interface. Read-only ICellCollection.
Public propertyAsICollection
Returns ICollection interface.
(Inherited from IGenericCollectionT.)
Public propertyAsIEnumerable
Returns IEnumerable interface. Read-only IEnumerable.
(Inherited from IGenericCollectionT.)
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from ICellCollection.)
Public propertyCount (Inherited from ICollection.)
Public propertyHeight
Returns the height of a row. Read-only Double.
Public propertyIsSynchronized (Inherited from ICollection.)
Public propertyItem
Returns a cell by it's position. Read-only ICell.
(Inherited from ICellCollection.)
Public propertyMinimalHeight
Returns or sets the minimal possible height of a row. Read/write Double.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertyRowFormat
Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat.
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertySyncRoot (Inherited from ICollection.)
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableICell.)
Public methodSetTextFormat(IParagraphFormat)
Sets defined paragraph format properties to all element's paragraphs.
(Inherited from IBulkTextFormattable.)
Public methodSetTextFormat(IPortionFormat)
Sets defined portion format properties to all element's portions.
(Inherited from IBulkTextFormattable.)
Public methodSetTextFormat(ITextFrameFormat)
Sets defined text frame format properties to all element's text frames.
(Inherited from IBulkTextFormattable.)
See Also