문서 부가기능은 Apps Script를 사용하여 빌드됩니다. Apps Script로 Google 문서를 액세스하고 관리하는 방법을 자세히 알아보려면 문서 확장을 참고하세요.
문서 구조
Docs에서 생성된 문서에는 텍스트, 이미지, 표, 기타 요소가 표시되는 위치와 방식을 정의하는 내부 트리 구조(HTML 또는 JSON과 유사)가 있습니다. Apps Script Document 서비스는 다양한 요소 유형을 관리하는 데 도움이 되는 여러 클래스(예: Paragraph 또는 Table)를 정의합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2026-04-01(UTC)"],[],["Google Docs is a cloud-based document solution that can be extended with add-ons via Apps Script. These add-ons can read, edit, visualize, and format text, create custom menus and dialogs, and integrate with other Google Workspace applications. Add-ons utilize Apps Script triggers to run functions when specific events occur. The documents' tree-like structure is managed through the Apps Script Document service. Resources are available, including add-on samples and a quickstart guide, to help begin developing.\n"]]