This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: crh | |
description: '' | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: > | |
$("#run").click(() => tryCatch(run)); | |
var picInsert =returnGoat3asBase64(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Demo Lake | |
description: >- | |
** Microsoft Product Group Starter Code provided pursuant to SIA Variation No. | |
7. ** | |
Try out the chart data label APIs. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Perf on Image collection | |
description: '' | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: > | |
$("#insert").click(run); | |
$("#insertGeometricShape").click(run2); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Filling vs inserting images | |
description: '' | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: > | |
$("#insert").click(insert); | |
$("#fill").click(fill); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NewAPI | |
description: Inserts an SVG image using an XML string. | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: > | |
$("#run").click(() => tryCatch(run)); | |
const InsertImageAndCreateBinding: Function = async () => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NewAPI | |
description: Inserts an SVG image using an XML string. | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: > | |
$("#run").click(() => tryCatch(run)); | |
const InsertImageAndCreateBinding: Function = async () => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Insert SVG | |
description: Inserts an SVG image using an XML string. | |
host: POWERPOINT | |
api_set: {} | |
script: | |
content: | | |
$("#insert").click(newImage); | |
function newImage() { | |
Office.context.document.setSelectedDataAsync( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Charts Juan | |
description: is this a bug? | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(() => tryCatch(run)); | |
$("#run2").click(() => tryCatch(run2)); | |
async function run() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Charts Juan | |
description: is this a bug? | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(() => tryCatch(run)); | |
$("#run2").click(() => tryCatch(run2)); | |
async function run() { |
NewerOlder