Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
段落クラスを使用した実用的なソリューション、
var par1a = doc.appendParagraph("Please "); var link = doc.appendParagraph("Contact me ").setLinkUrl("mailto:me@me.com"); link.merge(); var par1b = doc.appendParagraph("if you have any questions."); par1b.merge();