Apps Script listitem - make bullets instead of numbered?

google-apps-script, listitem

Solution

You should be able to use ListItem.setGlyphType to choose a bulleted list.

Problem

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?

Original source