Column Class |
Namespace: Aspose.Slides
The Column type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnFormat |
Returns the ColumnFormat object that contains formatting properties for this column.
Read-only IColumnFormat.
|
![]() | Count |
Returns the number of cells in a collection.
Read-only Int32.
(Inherited from CellCollection.) |
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
(Inherited from CellCollection.) |
![]() | Item |
Returns a cell by it's position.
Read-only Cell.
(Inherited from CellCollection.) |
![]() | Presentation |
Returns the parent presentation of a CellCollection.
Read-only IPresentation.
(Inherited from CellCollection.) |
![]() | Slide |
Returns the parent slide of a CellCollection.
Read-only IBaseSlide.
(Inherited from CellCollection.) |
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
(Inherited from CellCollection.) |
![]() | Width |
Returns or sets the width of a column.
Read/write Double.
|
Name | Description | |
---|---|---|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
(Inherited from CellCollection.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from CellCollection.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetTextFormat(IParagraphFormat) |
Sets defined paragraph format properties to all column cells' paragraphs.
|
![]() | SetTextFormat(IPortionFormat) |
Sets defined portion format properties to all column cells' portions.
|
![]() | SetTextFormat(ITextFrameFormat) |
Sets defined text frame format properties to all column cells' text frames.
|
![]() | ToString | (Inherited from Object.) |