Jump to content

Adding and Formatting Text in Google Docs Script Editor

Hi there. I'm brand new to this whole script editor thing, and I would like to know how I can insert text into a document, change its font, font size, and add it to a header. 

I really have no idea what I'm doing, so please try to explain everything well. :P

space for rent

Link to post
Share on other sites

it seems somewhat like that 

Quote

.setHeading(DocumentApp.ParagraphHeading.HEADING1);

Try to look through the official guide/tutorial:

https://developers.google.com/apps-script/guides/docs

I only see your reply if you @ me.

 

Link to post
Share on other sites

On 1/16/2019 at 1:02 PM, Origami Cactus said:

it seems somewhat like that 

 Try to look through the official guide/tutorial:

https://developers.google.com/apps-script/guides/docs

Yeah, I've been through there. Nothing seems to help me. So yeah...

space for rent

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×