Add "types" field to package.json "exports" (splinetool#78) Browse files Allows support for users to have "moduleResolution": "nodenext" or "node16" in their tsconfig from TypeScript 4.7 onwards.main (splinetool/react-spline#78)
TypeScript 复制 // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-fields.yaml // Gets the first field in the document. await Word.run(async (context) => { const field: Word.Field = context.document.body.fields....
fix: fix RTL text direction in multi-line input field Nov 18, 2024 .editorconfig add lint rules Nov 18, 2022 .eslintignore add lint rules Nov 18, 2022 .eslintrc chore: add exhaustive switch check for eslint Jun 15, 2023 .gitignore ...
removeHandlerAsync(eventType, callback) 删除指定事件类型的事件处理程序。 setResourceFieldAsync(resourceId, fieldId, fieldValue, options, callback) 仅项目文档。 为指定的资源 ID 设置资源字段。 重要说明:此 API 仅适用于 Windows 桌面上的 Project。 setResourceFieldAsync(resourceId, fieldId, fieldValue,...
TypeScript 复制 addHandlerAsync(eventType: Office.EventType, handler: any, callback?: (result: AsyncResult<void>) => void): void; 参数 eventType Office.EventType 对于Document 对象事件,eventType 参数可以指定为 Office.EventType.Document.SelectionChanged 或Office.EventType.Document.ActiveViewChanged...
Office.HostType 指定在其中运行加载项的 Office 应用程序。 Office.Index 指定相对 PowerPoint 幻灯片。 Office.InitializationReason 指定是刚刚插入外接程序,还是文档中已包含。 Office.PlatformType 指定运行 Office 应用程序的 OS 或其他平台。 Office.ProjectProjectFields 指定可用作 Document.getProjectFieldAsync ...
For PivotTables, this can be a PivotField object reference or ID. */ ); slicer.name = "Fruit Slicer"; await context.sync(); }); standardHeight Gibt die Standardhöhe (Standard) aller Zeilen in der Arbeitsmappe in Punkt zurück. TypeScript Kopie readonly standardHeight: number; Eigen...
TypeScript Copiar readonly fields: Word.FieldCollection; Valor da propriedade Word.FieldCollection Comentários [ Conjunto de API: WordApi 1.4 ]font Obtém o formato de texto do intervalo. Use isto para obter e definir o nome, o tamanho e a cor da fonte, além de outras propriedades. ...
SendToServerInfo RecvFromServerInfo 工具类对象 SDKDebugLogger 返回码 服务端SDK TypeScript 概览 核心接口 GameServer LocalServerMethodRoute 对象定义 gobeDeveloperCode ActionArgs RoomInfo RouterInfo UpdateRoomInfo CacheValue PlayerInfo RecvFromClientInfo RecvFrameMessage ...
Step 1. Open the SDK and login into system. Step 2. Create New Solution Step 3. Fill the details and Press OK. Step 4. Now go to Solution explore and " Add New Item