Colonne
Vue de l’ensemble
‘Column’ est une classe dans Aspose.Slides FOSS pour .NET. Il s’agit de : ‘CellCollection’, ‘IColumn’, `IBulkTextFormattable’.
Il représente une colonne de table comme une collection de cellules (une par conséquent).
Cette classe fournit 4 méthodes pour travailler avec des objets de colonne dans les programmes .NET. Les méthodologies disponibles comprennent: ‘GetEnumerator’, ‘SetTextFormat’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation du package .net Aspose.Slides FOSS. Propriétés: AsIBulkTeXTFormattable, AssICellCollection , AsiCollection‘, 'AsIEnumérable et 5 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets or sets the width of the column in points. |
ColumnFormat | IColumnFormat | Read | Gets the formatting properties for this column. |
AsICellCollection | ICellCollection | Read | Gets this column as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Gets this column as an IBulkTextFormattable. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsICollection | IList<ICell> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
méthodes
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Sets the text format value. |
SetTextFormat(source: IParagraphFormat) | Sets the text format value. |
SetTextFormat(source: ITextFrameFormat) | Sets the text format value. |
GetEnumerator() | Calls GetEnumerator on this Column instance. |
Voir aussi
- Aspose.Slides - référence API d’entreprise