Skip to main content
Glama
table-cell-properties.d.tsโ€ข1.1 kB
import { VerticalAlign } from '../../vertical-align'; import { IgnoreIfEmptyXmlComponent } from '../../xml-components'; import { IShadingAttributesProperties } from "../../shading"; import { ITableCellMarginOptions } from "../table-properties/table-cell-margin"; import { ITableWidthProperties } from "../table-width"; import { ITableCellBorders, TextDirection, VerticalMergeType } from "./table-cell-components"; export interface ITableCellPropertiesOptions { readonly shading?: IShadingAttributesProperties; readonly margins?: ITableCellMarginOptions; readonly verticalAlign?: (typeof VerticalAlign)[keyof typeof VerticalAlign]; readonly textDirection?: (typeof TextDirection)[keyof typeof TextDirection]; readonly verticalMerge?: (typeof VerticalMergeType)[keyof typeof VerticalMergeType]; readonly width?: ITableWidthProperties; readonly columnSpan?: number; readonly rowSpan?: number; readonly borders?: ITableCellBorders; } export declare class TableCellProperties extends IgnoreIfEmptyXmlComponent { constructor(options: ITableCellPropertiesOptions); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server