일반 요소 Document
콘텐츠는 요소로 표시됩니다. 예를 들어 List
, Paragraph
, Table
는 요소이며 Element
에 의해 정의된 모든 메서드(예: get
)를 상속합니다.
클래스 구현
이름 | 간략한 설명 |
---|---|
Body | Google Docs 문서의 탭 콘텐츠입니다. |
Container | 다른 요소를 포함할 수 있는 일반 요소입니다. |
Date | 형식이 지정된 날짜를 나타내는 요소 |
Equation | 수학적 표현식을 나타내는 요소입니다. |
Equation | 수학적 Equation 에서 함수를 나타내는 요소입니다. |
Equation | 수학적 Equation 에서 함수 구분자를 나타내는 요소입니다. |
Equation | 수학 Equation 에서 기호를 나타내는 요소입니다. |
Footer | 바닥글 섹션을 나타내는 요소입니다. |
Footnote | 각주를 나타내는 요소입니다. |
Footnote | 각주 섹션을 나타내는 요소입니다. |
Header | 헤더 섹션을 나타내는 요소입니다. |
Horizontal | 가로선을 나타내는 요소입니다. |
Inline | 삽입된 그림을 나타내는 요소입니다. |
Inline | 삽입된 이미지를 나타내는 요소입니다. |
List | 목록 항목을 나타내는 요소입니다. |
Page | 페이지 시점을 나타내는 요소입니다. |
Paragraph | 단락을 나타내는 요소입니다. |
Person | 사용자 링크를 나타내는 요소입니다. |
Rich | Drive 파일 또는 YouTube 동영상과 같은 Google 리소스에 대한 링크를 나타내는 요소입니다. |
Table | 테이블을 나타내는 요소입니다. |
Table | 테이블 셀을 나타내는 요소입니다. |
Table | 목차가 포함된 요소입니다. |
Table | 테이블 행을 나타내는 요소입니다. |
Text | 서식 있는 텍스트 영역을 나타내는 요소입니다. |
Unsupported | 알 수 없거나 스크립트의 영향을 받을 수 없는 영역(예: 페이지 번호)을 나타내는 요소입니다. |
메서드
자세한 문서
as Body()
as Date()
as Equation()
as Equation Function()
현재 요소를 Equation
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Equation
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Equation Function Argument Separator()
현재 요소를 Equation
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Equation
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Equation Symbol()
현재 요소를 Equation
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Equation
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Footnote()
as Footnote Section()
현재 요소를 Footnote
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Footnote
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Header Section()
현재 요소를 Header
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Header
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Horizontal Rule()
현재 요소를 Horizontal
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Horizontal
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Inline Drawing()
현재 요소를 Inline
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Inline
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Inline Image()
현재 요소를 Inline
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Inline
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as List Item()
as Page Break()
as Paragraph()
as Person()
현재 요소를 Person
로 반환합니다.
요소가 Person
임을 알고 있으면 이 메서드를 사용하여 유형을 사람으로 설정합니다.
이렇게 하면 Apps Script 편집기의 자동 완성 기능에서 사용자 요소와 함께 사용할 수 있는 메서드를 표시할 수 있습니다.
리턴
Person
: 유형이 Person
로 설정된 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Rich Link()
현재 요소를 Rich
로 반환합니다(예: Google Sheets 파일 링크).
요소가 Rich
임을 알고 있으면 이 메서드를 사용하여 유형을 Rich
로 설정합니다. 이렇게 하면 Apps Script 편집기의 자동 완성 기능에서 Rich
와 함께 사용할 수 있는 메서드를 표시할 수 있습니다.
리턴
Rich
: 유형이 Rich
로 설정된 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Table()
as Table Cell()
as Table Of Contents()
현재 요소를 Table
로 반환합니다.
이 메서드는 특정 요소가 특정 유형인 것으로 알려진 경우 자동 완성을 지원하는 데 사용합니다.
리턴
Table
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
as Table Row()
as Text()
copy()
get Attributes()
요소의 속성을 검색합니다.
결과는 유효한 각 요소 속성에 관한 속성을 포함하는 객체이며 각 속성 이름은 Document
열거형의 항목에 해당합니다.
const doc = DocumentApp.getActiveDocument(); const documentTab = doc.getActiveTab().asDocumentTab(); const body = documentTab.getBody(); // Append a styled paragraph. const par = body.appendParagraph('A bold, italicized paragraph.'); par.setBold(true); par.setItalic(true); // Retrieve the paragraph's attributes. const atts = par.getAttributes(); // Log the paragraph attributes. for (const att in atts) { Logger.log(`${att}:${atts[att]}`); }
리턴
Object
: 요소의 속성입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
get Next Sibling()
get Parent()
요소의 상위 요소를 가져옵니다.
상위 요소에 현재 요소가 포함되어 있습니다.
리턴
Container
: 상위 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
get Previous Sibling()
get Type()
요소의 Element
를 검색합니다.
get
을 사용하여 특정 요소의 정확한 유형을 확인합니다.
const doc = DocumentApp.getActiveDocument(); const documentTab = doc.getActiveTab().asDocumentTab(); const body = documentTab.getBody(); // Obtain the first element in the active tab's body. const firstChild = body.getChild(0); // Use getType() to determine the element's type. if (firstChild.getType() === DocumentApp.ElementType.PARAGRAPH) { Logger.log('The first element is a paragraph.'); } else { Logger.log('The first element is not a paragraph.'); }
리턴
Element
: 요소 유형입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
is At Document End()
merge()
요소를 동일한 유형의 앞쪽 형제 요소와 병합합니다.
동일한 Element
의 요소만 병합할 수 있습니다. 현재 요소에 포함된 모든 하위 요소가 이전에 있는 상위 요소로 이동합니다.
현재 요소가 문서에서 삭제됩니다.
const doc = DocumentApp.getActiveDocument(); const documentTab = doc.getActiveTab().asDocumentTab(); const body = documentTab.getBody(); // Example 1: Merge paragraphs // Append two paragraphs to the document's active tab. const par1 = body.appendParagraph('Paragraph 1.'); const par2 = body.appendParagraph('Paragraph 2.'); // Merge the newly added paragraphs into a single paragraph. par2.merge(); // Example 2: Merge table cells // Create a two-dimensional array containing the table's cell contents. const cells = [ ['Row 1, Cell 1', 'Row 1, Cell 2'], ['Row 2, Cell 1', 'Row 2, Cell 2'], ]; // Build a table from the array. const table = body.appendTable(cells); // Get the first row in the table. const row = table.getRow(0); // Get the two cells in this row. const cell1 = row.getCell(0); const cell2 = row.getCell(1); // Merge the current cell into its preceding sibling element. const merged = cell2.merge();
리턴
Element
: 병합된 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
remove From Parent()
상위 요소에서 요소를 삭제합니다.
const doc = DocumentApp.getActiveDocument(); const documentTab = doc.getActiveTab().asDocumentTab(); const body = documentTab.getBody(); // Remove all images in the active tab's body. const imgs = body.getImages(); for (let i = 0; i < imgs.length; i++) { imgs[i].removeFromParent(); }
리턴
Element
: 삭제된 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents
set Attributes(attributes)
요소의 속성을 설정합니다.
지정된 attributes 매개변수는 각 속성 이름이 Document
열거형의 항목이고 각 속성 값이 적용할 새 값인 객체여야 합니다.
const doc = DocumentApp.getActiveDocument(); const documentTab = doc.getActiveTab().asDocumentTab(); const body = documentTab.getBody(); // Define a custom paragraph style. const style = {}; style[DocumentApp.Attribute.HORIZONTAL_ALIGNMENT] = DocumentApp.HorizontalAlignment.RIGHT; style[DocumentApp.Attribute.FONT_FAMILY] = 'Calibri'; style[DocumentApp.Attribute.FONT_SIZE] = 18; style[DocumentApp.Attribute.BOLD] = true; // Append a plain paragraph. const par = body.appendParagraph('A paragraph with custom style.'); // Apply the custom style. par.setAttributes(style);
매개변수
이름 | 유형 | 설명 |
---|---|---|
attributes | Object | 요소의 속성 |
리턴
Element
: 현재 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/documents.currentonly
-
https://www.googleapis.com/auth/documents