Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Change issue status back to 'Assigned'
Pending code changes (auto-populated)
[ID: 1388909]
[ID: 1388852]
[ID: 1388884]
0: low
5: moderate
10: good [ID: 1388853]
[ID: 84481]
processed = processed by automation
triaged = validated by human
blocked = depends on another issue
information_requested = depends on reporter supplying additional information
unblocked = the issue is no longer blocked, but may not be fixed
fixed = a change was submitted but may not be deployed fully [ID: 1245093]
[ID: 1388836]
[ID: 1385984]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Tags used for linking issues. [ID: 1172495]
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
Remove item
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
1. Generate paragraph: var p = doc.appendParagraph( 'heading text' );
2. Set it to be a heading: p.setHeading( DocumentApp.ParagraphHeading.HEADING1 );
The text is marked as a HEADING1 in the resulting document, but still formated as "Normal text".