27451

Question:
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?
Answer1:You should be able to use <a href="https://developers.google.com/apps-script/class_documentapp_listitem#setGlyphType" rel="nofollow">ListItem.setGlyphType</a> to choose a bulleted list.