Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Body, } (remove, I)) - Coggle Diagram
Body
-
-
-
F
find
Text
findText
findText(searchPattern, from)
Element
findElement
findElement(elementType, from)
G
get
child
-
-
getNumChildren()
// Log the number of elements in the document.Logger.log("There are " + body.getNumChildren() + " elements in the document body.");
-
-
-
-
-
-
-
S
set
-
-
Page
-
setPageWidth(pageWidth)
Sets the page width, in points.
R
replace
Text
replaceText(searchPattern, replacement)
-
-
-
-
-
-
-
-
-
-
text.replaceText(searchPattern, replacement);
}
-
I
insert
Table
-
insertTable(childIndex, cells)
insertTable(childIndex, table)
Paragraphs
insertParagraph(childIndex, text)
insertParagraph(childIndex, paragraph)