更改 google 个脚本中所有表格的颜色
Change the color of all tables in google scripts
我正在尝试使用 https://script.google.com. Looking at the Google documentation (https://developers.google.com/apps-script/reference/document/table-cell#setbackgroundcolorcolor) 更改 google 文档中所有表格的颜色,我找到了 setbackgroundcolor(颜色)方法。
另外一个问题,我可以使用键盘来执行创建的函数吗?
我认为目前还没有完全支持键盘功能。我能找到的最接近的东西是 Use add-ons & Apps Script but nowhere does it explicitly mention keyboard support to execute functions. I think this is also confirmed in this SO thread.
我正在尝试使用 https://script.google.com. Looking at the Google documentation (https://developers.google.com/apps-script/reference/document/table-cell#setbackgroundcolorcolor) 更改 google 文档中所有表格的颜色,我找到了 setbackgroundcolor(颜色)方法。
另外一个问题,我可以使用键盘来执行创建的函数吗?
我认为目前还没有完全支持键盘功能。我能找到的最接近的东西是 Use add-ons & Apps Script but nowhere does it explicitly mention keyboard support to execute functions. I think this is also confirmed in this SO thread.