List item numbers don't transfer to new document

前端 未结 1 366
臣服心动
臣服心动 2021-01-26 06:38

I\'m creating a function that will transfer text that a user is currently selecting from one document to another.

It works fine most of the time, but when I try to transf

相关标签:
1条回答
  • 2021-01-26 07:36

    Set GlyphType to NUMBER:

     body
      .appendListItem(element)
      .setGlyphType(DocumentApp.GlyphType.NUMBER)
    
    0 讨论(0)
提交回复
热议问题