Skip to main content
Glama
xml-elements.d.ts•1.04 kB
import { Color } from '../types/modify-types'; import { XmlDocument, XmlElement } from '../types/xml-types'; export type XmlElementParams = { color?: Color; }; export default class XmlElements { element: XmlDocument | XmlElement; document: XmlDocument; params: XmlElementParams; constructor(element: XmlDocument | XmlElement, params?: XmlElementParams); text(): this; textRangeProps(): HTMLElement; textContent(): XmlElement; effectLst(): XmlElement; lineTexture(): XmlElement; fillTexture(): XmlElement; line(): XmlElement; solidFill(): XmlElement; colorType(): XmlElement; colorValue(colorType: XmlElement): void; dataPoint(): this; spPr(): XmlElement; idx(): XmlElement; cellBorder(tag: 'lnL' | 'lnR' | 'lnT' | 'lnB'): this; prstDash(): HTMLElement; round(): HTMLElement; lineEnd(type: 'headEnd' | 'tailEnd'): HTMLElement; shapeProperties(): void; dataPointLabel(): void; tableCellBorder(tag: 'a:lnL' | 'a:lnR' | 'a:lnT' | 'a:lnB'): void; }

Latest Blog Posts

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/guangxiangdebizi/PPT-MCP'

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