mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 02:57:24 +08:00
Merge pull request #28991 from AlexJerabek/AlexJ-LocStrings
Removing English localization from links
This commit is contained in:
16
types/office-js/index.d.ts
vendored
16
types/office-js/index.d.ts
vendored
@@ -982,7 +982,7 @@ declare namespace Office {
|
||||
*
|
||||
* This method is available in the DialogApi requirement set for Word, Excel, or PowerPoint add-ins, and in the Mailbox requirement set 1.4
|
||||
* for Outlook. For more on how to specify a requirement set in your manifest, see
|
||||
* {@link https://docs.microsoft.com/en-us/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office hosts and API requirements}.
|
||||
* {@link https://docs.microsoft.com/office/dev/add-ins/develop/specify-office-hosts-and-api-requirements | Specify Office hosts and API requirements}.
|
||||
*
|
||||
* The initial page must be on the same domain as the parent page (the startAddress parameter). After the initial page loads, you can go to
|
||||
* other domains.
|
||||
@@ -4828,7 +4828,7 @@ declare namespace Office {
|
||||
* Clears formatting on the bound table.
|
||||
*
|
||||
* @remarks
|
||||
* See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-tables#format-a-table | Format tables in add-ins for Excel} for more information.
|
||||
* See {@link https://docs.microsoft.com/office/dev/add-ins/excel/excel-add-ins-tables#format-a-table | Format tables in add-ins for Excel} for more information.
|
||||
*
|
||||
* **Support details**
|
||||
*
|
||||
@@ -5121,7 +5121,7 @@ declare namespace Office {
|
||||
}
|
||||
/**
|
||||
* Specifies enumerated values for the `cells` property in the cellFormat parameter of
|
||||
* {@link https://docs.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-tables#format-a-table | table formatting methods}.
|
||||
* {@link https://docs.microsoft.com/office/dev/add-ins/excel/excel-add-ins-tables#format-a-table | table formatting methods}.
|
||||
*
|
||||
* @remarks
|
||||
*
|
||||
@@ -54917,7 +54917,7 @@ declare namespace OneNote {
|
||||
*
|
||||
* @param left The left position of the top, left corner of the Outline.
|
||||
* @param top The top position of the top, left corner of the Outline.
|
||||
* @param html An HTML string that describes the visual presentation of the Outline. See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
* @param html An HTML string that describes the visual presentation of the Outline. See {@link https://docs.microsoft.com/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
*/
|
||||
addOutline(left: number, top: number, html: string): OneNote.Outline;
|
||||
/**
|
||||
@@ -55299,7 +55299,7 @@ declare namespace OneNote {
|
||||
*
|
||||
* [Api set: OneNoteApi 1.1]
|
||||
*
|
||||
* @param html The HTML string to append. See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
* @param html The HTML string to append. See {@link https://docs.microsoft.com/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
*/
|
||||
appendHtml(html: string): void;
|
||||
/**
|
||||
@@ -55517,7 +55517,7 @@ declare namespace OneNote {
|
||||
* [Api set: OneNoteApi 1.1]
|
||||
*
|
||||
* @param insertLocation The location of new contents relative to the current Paragraph.
|
||||
* @param html An HTML string that describes the visual presentation of the content. See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
* @param html An HTML string that describes the visual presentation of the content. See {@link https://docs.microsoft.com/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
*/
|
||||
insertHtmlAsSibling(insertLocation: OneNote.InsertLocation, html: string): void;
|
||||
/**
|
||||
@@ -55527,7 +55527,7 @@ declare namespace OneNote {
|
||||
* [Api set: OneNoteApi 1.1]
|
||||
*
|
||||
* @param insertLocation The location of new contents relative to the current Paragraph.
|
||||
* @param html An HTML string that describes the visual presentation of the content. See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
* @param html An HTML string that describes the visual presentation of the content. See {@link https://docs.microsoft.com/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
*/
|
||||
insertHtmlAsSibling(insertLocation: "Before" | "After", html: string): void;
|
||||
/**
|
||||
@@ -56336,7 +56336,7 @@ declare namespace OneNote {
|
||||
*
|
||||
* [Api set: OneNoteApi 1.1]
|
||||
*
|
||||
* @param html The HTML string to append. See {@link https://docs.microsoft.com/en-us/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
* @param html The HTML string to append. See {@link https://docs.microsoft.com/office/dev/add-ins/onenote/onenote-add-ins-page-content#supported-html | Supported HTML} for the OneNote add-ins JavaScript API.
|
||||
*/
|
||||
appendHtml(html: string): void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user