Skip to main content
Glama
table-properties.d.tsโ€ข1.14 kB
import { IgnoreIfEmptyXmlComponent } from '../../xml-components'; import { AlignmentType } from "../../paragraph"; import { IShadingAttributesProperties } from "../../shading"; import { ITableWidthProperties } from "../table-width"; import { ITableBordersOptions } from "./table-borders"; import { ITableCellMarginOptions } from "./table-cell-margin"; import { ITableFloatOptions } from "./table-float-properties"; import { TableLayoutType } from "./table-layout"; export interface ITablePropertiesOptions { readonly width?: ITableWidthProperties; readonly indent?: ITableWidthProperties; readonly layout?: (typeof TableLayoutType)[keyof typeof TableLayoutType]; readonly borders?: ITableBordersOptions; readonly float?: ITableFloatOptions; readonly shading?: IShadingAttributesProperties; readonly style?: string; readonly alignment?: (typeof AlignmentType)[keyof typeof AlignmentType]; readonly cellMargin?: ITableCellMarginOptions; readonly visuallyRightToLeft?: boolean; } export declare class TableProperties extends IgnoreIfEmptyXmlComponent { constructor(options: ITablePropertiesOptions); }

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