IColumn
Contents
[
Hide
]
IColumn class
Represents a column in a table.
The IColumn type exposes the following members:
Properties
Name | Description |
---|---|
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_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. |
as_i_slide_component | Allows to get base ISlideComponent interface. Read-only ISlideComponent. |
slide | Returns the base slide. Read-only IBaseSlide. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
presentation | Returns the presentation. Read-only IPresentation. |
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns a cell by it’s position. Read-only ICell. |
Methods
Name | Description |
---|---|
set_text_format(source) | Sets defined portion format properties to all element’s portions. |
set_text_format(source) | Sets defined paragraph format properties to all element’s paragraphs. |
set_text_format(source) | Sets defined text frame format properties to all element’s text frames. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides