Assigned
Status Update
Comments
ko...@gmail.com <ko...@gmail.com> #2
Changed this to a feature request.
re...@gmail.com <re...@gmail.com> #5
It is not possible to change the glyph font of a list item from google apps script.
ad...@travek.com <ad...@travek.com> #6
I'm having an issue today where Bullet is showing up as the number 1. I haven't changed anything in my code, it was working fine until I discovered this problem today. I have reviewed my code and all is good. The last time I have verified the code ran correctly was Dec 10th.
ad...@travek.com <ad...@travek.com> #7
My transcript but yet document still showing the number 1.
da...@zigmens.com <da...@zigmens.com> #8
I'm still having the problem today where bullet is showing up in document as a number...
co...@grmw.org <co...@grmw.org> #9
I am also having this issue
[Deleted User] <[Deleted User]> #10
[Comment deleted]
ry...@google.com <ry...@google.com>
ro...@gmail.com <ro...@gmail.com> #11
Any status update on this? I am having a similar issue, but with a numbered list (1 -> 1.1, 1.2 (for nested elements), etc).
ad...@arizonasignsplus.com <ad...@arizonasignsplus.com> #12
This topic was linked as duplicate to "When inserting a list item, the numbered glyph is always Arial 11, no matter what the font or size of the list item is." Any one else have this issue? Is it possible to change glyph size/font with apps script?
ga...@google.com <ga...@google.com> #13
Thank you for your feature request, I have compiled information and filed it internally. Any updates will be posted here.
ab...@igm.technology <ab...@igm.technology> #14
Also faced with this issue. Looking forward for the fix
in...@gmail.com <in...@gmail.com> #15
I also would like a fix for this, for numbered list 1 -> 1.1, 1.2 (for nested elements)
fl...@cpqd.com.br <fl...@cpqd.com.br> #16
Comment has been deleted.
fl...@cpqd.com.br <fl...@cpqd.com.br> #17
I also would like a fix for this, for numbered list 1 => 1.1 => 1.2 (their not create this elements to list items, but create 1...
rl...@gmail.com <rl...@gmail.com> #18
I would also like this feature request to be considered.
ca...@gmail.com <ca...@gmail.com> #19
This issue is from 2014. In the meantime, Google has added native Checklist support. But the API still has no way of creating or checking the state of Checklist list items. Any chance for an update?
me...@strategiezenit.com <me...@strategiezenit.com> #20
Hi,
any update on this for the checkbox API support ?
Thanks ?
any update on this for the checkbox API support ?
Thanks ?
ke...@gmail.com <ke...@gmail.com> #21
Feature request:
Need a bullet GlyphType that is a hyphen
listItem.setGlyphType(DocumentApp.GlyphType.HYPHEN)
But the above does not work because HYPHEN is not a GlyphType.
Please add some more obvious glyphTypes google.
Thanks
mj...@mvadvancements.com <mj...@mvadvancements.com> #22
I need similar, ability to programmatically via AppScript retrieve text that has a checkbox (task). Cannot currently do this.
Description
var myArray = myObjects[i].myColumn.split(", ");
for (var i = 0; i < myArray.length; i++) {
body.appendListItem(myArray[i])
.setGlyphType(DocumentApp.GlyphType.BULLET)
.setLineSpacing(1.85)
.setIndentStart(40);
}
body.appendListItem("Text").setIndentStart(40);
But how can I set the bullet type to "checkbox"? It is one of the available options within GDocs - as is visible in the attached screenshot.
What steps will reproduce the problem?
Even when .appenListItem() is used on an existing GDoc, the new ListItem has the BULLET GlyphType - as shown here:
What is the expected output? What do you see instead?
I desire to see a "square bullet" or "checkbox bullet" instead of the traditional filled-in-circle bullet.
Project key: MsLO8G64pT47impXr9mjkMu5LtA9g6o2-
To subsequent readers: If you are also experiencing this issue, please
click the star next to the issue number. We prioritize issues with the
most stars.