Table
Overview
Table is a class in Aspose.Slides FOSS for .NET.
Inherits from: GraphicalObject, ITable.
Represents a table shape on a slide.
This class provides 4 methods for working with Table objects in .NET programs.
Available methods include: MergeCells, SetTextFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AlternativeText, AlternativeTextTitle, AsIBulkTextFormattable, AsIGraphicalObject, AsIPresentationComponent, AsISlideComponent, and 36 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GraphicalObjectLock | IGraphicalObjectLock? | Read | Gets the graphical object lock. |
Rows | IRowCollection | Read | Gets the rows. |
Columns | IColumnCollection | Read | Gets the columns. |
TableFormat | ITableFormat | Read | Gets the table format. |
StylePreset | TableStylePreset | Read/Write | Gets or sets the style preset. |
RightToLeft | bool | Read/Write | Gets or sets the right to left. |
FirstRow | bool | Read/Write | Gets or sets the first row. |
FirstCol | bool | Read/Write | Gets or sets the first col. |
LastRow | bool | Read/Write | Gets or sets the last row. |
LastCol | bool | Read/Write | Gets or sets the last col. |
HorizontalBanding | bool | Read/Write | Gets or sets the horizontal banding. |
VerticalBanding | bool | Read/Write | Gets or sets the vertical banding. |
AsIGraphicalObject | IGraphicalObject | Read | Gets the as i graphical object. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Gets the as i bulk text formattable. |
IsTextHolder | bool | Read | Gets the is text holder. |
Placeholder | IPlaceholder? | Read | Gets the placeholder. |
CustomData | ICustomData? | Read | Gets the custom data. |
LineFormat | ILineFormat | Read | Gets the line format. |
ThreeDFormat | IThreeDFormat | Read | Gets the three d format. |
EffectFormat | IEffectFormat | Read | Gets the effect format. |
FillFormat | IFillFormat | Read | Gets the fill format. |
RawFrame | IShapeFrame | Read/Write | Gets or sets the raw frame. |
Frame | IShapeFrame | Read/Write | Gets or sets the frame. |
Hidden | bool | Read/Write | Gets or sets the hidden. |
ZOrderPosition | int | Read | Gets the z order position. |
ConnectionSiteCount | int | Read | Gets the connection site count. |
Rotation | float | Read/Write | Gets or sets the rotation. |
X | float | Read/Write | Gets or sets the x. |
Y | float | Read/Write | Gets or sets the y. |
Width | float | Read/Write | Gets or sets the width. |
Height | float | Read/Write | Gets or sets the height. |
UniqueId | int | Read | Gets the unique id. |
OfficeInteropShapeId | int | Read | Gets the office interop shape id. |
AlternativeText | string | Read/Write | Gets or sets the alternative text. |
AlternativeTextTitle | string | Read/Write | Gets or sets the alternative text title. |
Name | string | Read/Write | Gets or sets the name. |
IsDecorative | bool | Read/Write | Gets or sets the is decorative. |
IsGrouped | bool | Read | Gets the is grouped. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
MergeCells(cell1: ICell, cell2: ICell, allowSplitting: bool) | Merges the specified cells; allowSplitting permits splitting merged cells |
SetTextFormat(source: IBasePortionFormat) | Sets the text format value. |
SetTextFormat(source: IParagraphFormat) | Sets the text format value. |
SetTextFormat(source: ITextFrameFormat) | Sets the text format value. |