[Ensemble d’API : WordApi 1.7] Exemples TypeScript // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Rejects the last annotation found in the selected paragraph.awaitWord.run(async(context) => {con...
[API-Satz: WordApi 1.7] Beispiele TypeScript // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Gets annotations found in the selected paragraph.awaitWord.run(async(context) => {constparagraph: Word....
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Accepts the first annotation found in the selected paragraph.awaitWord.run(async(context) => {constparagraph = context.document.getSelection().paragraphs....
[Conjunto de API: WordApi 1.7] Exemplos TypeScript // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Gets annotations found in the selected paragraph.awaitWord.run(async(context) => {constparagraph: ...
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml // Gets annotations found in the selected paragraph. await Word.run(async (context) => { const paragraph = context.document.getSelection().paragraphs.get...
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml // Gets annotations found in the selected paragraph. await Word.run(async (context) => { const paragraph = context.document.getSelection().paragraphs.get...
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Gets annotations found in the selected paragraph.awaitWord.run(async(context) => {constparagraph: Word.Paragraph = context.document.getSelection().paragrap...
Word.AnnotationState| "Created" | "Accepted" | "Rejected" Remarks [API set: WordApi 1.7] Examples TypeScript // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml// Rejects the last annotation found in th...
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml // Gets annotations found in the selected paragraph. await Word.run(async (context) => { const paragraph = context.document.getSelection().paragraphs.get...
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/50-document/manage-annotations.yaml // Gets annotations found in the selected paragraph. await Word.run(async (context) => { const paragraph = context.document.getSelection().paragraphs.get...