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

NameTypeAccessDescription
GraphicalObjectLockIGraphicalObjectLock?ReadGets the graphical object lock.
RowsIRowCollectionReadGets the rows.
ColumnsIColumnCollectionReadGets the columns.
TableFormatITableFormatReadGets the table format.
StylePresetTableStylePresetRead/WriteGets or sets the style preset.
RightToLeftboolRead/WriteGets or sets the right to left.
FirstRowboolRead/WriteGets or sets the first row.
FirstColboolRead/WriteGets or sets the first col.
LastRowboolRead/WriteGets or sets the last row.
LastColboolRead/WriteGets or sets the last col.
HorizontalBandingboolRead/WriteGets or sets the horizontal banding.
VerticalBandingboolRead/WriteGets or sets the vertical banding.
AsIGraphicalObjectIGraphicalObjectReadGets the as i graphical object.
AsIBulkTextFormattableIBulkTextFormattableReadGets the as i bulk text formattable.
IsTextHolderboolReadGets the is text holder.
PlaceholderIPlaceholder?ReadGets the placeholder.
CustomDataICustomData?ReadGets the custom data.
LineFormatILineFormatReadGets the line format.
ThreeDFormatIThreeDFormatReadGets the three d format.
EffectFormatIEffectFormatReadGets the effect format.
FillFormatIFillFormatReadGets the fill format.
RawFrameIShapeFrameRead/WriteGets or sets the raw frame.
FrameIShapeFrameRead/WriteGets or sets the frame.
HiddenboolRead/WriteGets or sets the hidden.
ZOrderPositionintReadGets the z order position.
ConnectionSiteCountintReadGets the connection site count.
RotationfloatRead/WriteGets or sets the rotation.
XfloatRead/WriteGets or sets the x.
YfloatRead/WriteGets or sets the y.
WidthfloatRead/WriteGets or sets the width.
HeightfloatRead/WriteGets or sets the height.
UniqueIdintReadGets the unique id.
OfficeInteropShapeIdintReadGets the office interop shape id.
AlternativeTextstringRead/WriteGets or sets the alternative text.
AlternativeTextTitlestringRead/WriteGets or sets the alternative text title.
NamestringRead/WriteGets or sets the name.
IsDecorativeboolRead/WriteGets or sets the is decorative.
IsGroupedboolReadGets the is grouped.
AsISlideComponentISlideComponentReadGets the as i slide component.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
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.

See Also