Edit

Share via


PowerPoint.Interfaces.TableCellLoadOptions interface

Represents a table.

Remarks

[ API set: PowerPointApi 1.8 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

borders

Gets the collection of borders for the table cell.

columnCount

Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnIndex

Gets the zero-based column index of the cell within the table.

fill

Gets the fill color of the table cell.

font

Gets the font of the table cell.

horizontalAlignment

Specifies the horizontal alignment of the text in the table cell. Returns null if the cell text contains different alignments.

indentLevel

Specifies the indent level of the text in the table cell. Returns null if the cell text contains different indent levels.

margins

Gets the set of margins in the table cell.

rowCount

Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowIndex

Gets the zero-based row index of the cell within the table.

text

Specifies the text content of the table cell.

textRuns

Specifies the contents of the table cell as an array of PowerPoint.TextRun objects. Each TextRun object represents a sequence of one or more characters that share the same font attributes.

verticalAlignment

Specifies the vertical alignment of the text in the table cell.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

borders

Gets the collection of borders for the table cell.

borders?: PowerPoint.Interfaces.BordersLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

columnCount

Gets the number of table columns this cell spans across. Will be greater than or equal to 1.

columnCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

columnIndex

Gets the zero-based column index of the cell within the table.

columnIndex?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

fill

Gets the fill color of the table cell.

fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

font

Gets the font of the table cell.

font?: PowerPoint.Interfaces.ShapeFontLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

horizontalAlignment

Specifies the horizontal alignment of the text in the table cell. Returns null if the cell text contains different alignments.

horizontalAlignment?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

indentLevel

Specifies the indent level of the text in the table cell. Returns null if the cell text contains different indent levels.

indentLevel?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

margins

Gets the set of margins in the table cell.

margins?: PowerPoint.Interfaces.MarginsLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

rowCount

Gets the number of table rows this cell spans across. Will be greater than or equal to 1.

rowCount?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

rowIndex

Gets the zero-based row index of the cell within the table.

rowIndex?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

text

Specifies the text content of the table cell.

text?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.8 ]

textRuns

Specifies the contents of the table cell as an array of PowerPoint.TextRun objects. Each TextRun object represents a sequence of one or more characters that share the same font attributes.

textRuns?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

verticalAlignment

Specifies the vertical alignment of the text in the table cell.

verticalAlignment?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]