Skip to main content
Glama
properties.d.tsโ€ข3.1 kB
import { IBorderOptions } from '../../border'; import { IShadingAttributesProperties } from '../../shading'; import { IChangedAttributesProperties } from '../../track-revision/track-revision'; import { IgnoreIfEmptyXmlComponent, XmlComponent } from '../../xml-components'; import { PositiveUniversalMeasure, UniversalMeasure } from '../../../util/values'; import { EmphasisMarkType } from "./emphasis-mark"; import { ILanguageOptions } from "./language"; import { IFontAttributesProperties } from "./run-fonts"; import { UnderlineType } from "./underline"; interface IFontOptions { readonly name: string; readonly hint?: string; } export declare const TextEffect: { readonly BLINK_BACKGROUND: "blinkBackground"; readonly LIGHTS: "lights"; readonly ANTS_BLACK: "antsBlack"; readonly ANTS_RED: "antsRed"; readonly SHIMMER: "shimmer"; readonly SPARKLE: "sparkle"; readonly NONE: "none"; }; export interface IRunStylePropertiesOptions { readonly noProof?: boolean; readonly bold?: boolean; readonly boldComplexScript?: boolean; readonly italics?: boolean; readonly italicsComplexScript?: boolean; readonly underline?: { readonly color?: string; readonly type?: (typeof UnderlineType)[keyof typeof UnderlineType]; }; readonly effect?: (typeof TextEffect)[keyof typeof TextEffect]; readonly emphasisMark?: { readonly type?: (typeof EmphasisMarkType)[keyof typeof EmphasisMarkType]; }; readonly color?: string; readonly kern?: number | PositiveUniversalMeasure; readonly position?: UniversalMeasure; readonly size?: number | PositiveUniversalMeasure; readonly sizeComplexScript?: boolean | number | PositiveUniversalMeasure; readonly rightToLeft?: boolean; readonly smallCaps?: boolean; readonly allCaps?: boolean; readonly strike?: boolean; readonly doubleStrike?: boolean; readonly subScript?: boolean; readonly superScript?: boolean; readonly font?: string | IFontOptions | IFontAttributesProperties; readonly highlight?: string; readonly highlightComplexScript?: boolean | string; readonly characterSpacing?: number; readonly shading?: IShadingAttributesProperties; readonly emboss?: boolean; readonly imprint?: boolean; readonly revision?: IRunPropertiesChangeOptions; readonly language?: ILanguageOptions; readonly border?: IBorderOptions; readonly snapToGrid?: boolean; readonly vanish?: boolean; readonly specVanish?: boolean; readonly scale?: number; readonly math?: boolean; } export interface IRunPropertiesOptions extends IRunStylePropertiesOptions { readonly style?: string; } export interface IRunPropertiesChangeOptions extends IRunPropertiesOptions, IChangedAttributesProperties { } export declare class RunProperties extends IgnoreIfEmptyXmlComponent { constructor(options?: IRunPropertiesOptions); push(item: XmlComponent): void; } export declare class RunPropertiesChange extends XmlComponent { constructor(options: IRunPropertiesChangeOptions); } export {};

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