Column
Contents
[
Hide
]
Column class
Represents a column in a table.
The Column type exposes the following members:
Properties
Name | Description |
---|---|
slide | Returns the parent slide of a CellCollection. Read-only IBaseSlide. |
presentation | Returns the parent presentation of a CellCollection. Read-only IPresentation. |
width | Returns or sets the width of a column. Read/write float. |
column_format | Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat. |
as_i_slide_component | Allows to get base ISlideComponent interface. Read-only ISlideComponent. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
as_i_cell_collection | Allows to get base ICellCollection interface. Read-only ICellCollection. |
as_i_bulk_text_formattable | Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable. |
Indexer
Name | Description |
---|---|
[index] | Returns a cell by it’s position. Read-only Cell. |
Methods
Name | Description |
---|---|
set_text_format(source) | Sets defined portion format properties to all column cells’ portions. |
set_text_format(source) | Sets defined paragraph format properties to all column cells’ paragraphs. |
set_text_format(source) | Sets defined text frame format properties to all column cells’ text frames. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides