本文介绍了Apps脚本listitem - 让子弹代替编号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以使用apps脚本中的appendListItem将一堆项目作为编号列表添加到Google文档中。是否有任何方法可以将它从编号更改为项目符号?
//developers.google.com/apps-script/class_documentapp_listitem#setGlyphTyperel =nofollow> ListItem.setGlyphType 选择项目符号列表。I am able to use the appendListItem in apps script to add a bunch of items to a google doc as a numbered list. Is there any method for changing this from numbered to bulleted?
解决方案
You should be able to use ListItem.setGlyphType to choose a bulleted list.
这篇关于Apps脚本listitem - 让子弹代替编号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!