gpt4 book ai didi

excel - OfficeJs - 获取 excel/powerpoint 文件的字体/主题颜色

转载 作者:行者123 更新时间:2023-12-04 10:26:34 27 4
gpt4 key购买 nike

如何通过 officeJs 在字体设置中获取 excel/powerpoint 主题颜色?

有可能吗?

我需要第一行,但如果我得到所有行,那没问题。

最佳答案

你可以试试 Office.OfficeTheme API,看看这个 API 是否适合你。文档可在 https://docs.microsoft.com/en-us/javascript/api/office/office.officetheme?view=word-js-preview 找到,

function applyOfficeTheme(){
// Get office theme colors.
var bodyBackgroundColor = Office.context.officeTheme.bodyBackgroundColor;
var bodyForegroundColor = Office.context.officeTheme.bodyForegroundColor;
var controlBackgroundColor = Office.context.officeTheme.controlBackgroundColor;
var controlForegroundColor = Office.context.officeTheme.controlForegroundColor;

// Apply body background color to a CSS class.
$('.body').css('background-color', bodyBackgroundColor);
}

如果这对您不起作用,那应该是一个新功能询问,然后您可以在用户语音中提交您的请求并在 https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback?category_id=163563 上对此功能进行投票。 .并为此功能投票。谢谢你的支持

关于excel - OfficeJs - 获取 excel/powerpoint 文件的字体/主题颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60617747/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com