이 객체 내의 데이터를 지정된 콘텐츠 유형으로 변환된 blob으로 반환합니다. 이
메서드는 파일 이름에 적절한 확장자를 추가합니다(예: 'myfile.pdf'). 하지만
파일 이름에서 마지막 마침표 뒤에 오는 부분 (있는 경우)이 기존
교체해야 합니다. 따라서 'ShoppingList.12.25.2014' 위 이름이 아래와 같이 변경됩니다.
'ShoppingList.12.25.pdf'
전환수의 일일 할당량을 보려면 Google
'서비스'로 이동합니다. 새로 생성된 Google Workspace 도메인에는 일시적으로 더 엄격한 정책이 적용될 수 있습니다.
할당량도 제공합니다
매개변수
이름
유형
설명
contentType
String
변환할 MIME 유형입니다. 대부분의 blob에서 'application/pdf'는 다음과 같습니다.
유일하게 유효한 옵션입니다. BMP, GIF, JPEG, PNG 형식의 이미지인 경우 'image/bmp', 'image/gif', 'image/jpeg', 'image/png' 중 어느 것이든 해당됩니다.
유효한지 확인합니다. Google Docs 문서의 경우 'text/markdown'도 유효합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-08-15(UTC)"],[[["A Chart object can be converted into a static image and offers methods to manipulate its data and appearance."],["The `getAs()` method allows for data export in various formats like PDF, BMP, GIF, JPEG, or PNG, applying appropriate filename extensions."],["The `getBlob()` method returns the chart's data as a blob, providing a general way to access its raw content."],["Chart customization is enabled through the `getOptions()` method, which gives access to properties such as height, colors, and axes but in an immutable format."]]],[]]