Enum PositionedLayout
PositionedLayout
주변 텍스트와 관련하여 PositionedImage
를 배치하는 방법을 지정하는 열거형입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
DocumentApp.PositionedLayout.ABOVE_TEXT
을 예로 들 수 있습니다.
속성
속성 | 유형 | 설명 |
ABOVE_TEXT | Enum | 이미지가 텍스트 위에 배치됩니다. |
BREAK_BOTH | Enum | 이미지는 왼쪽과 오른쪽의 텍스트를 나눕니다. |
BREAK_LEFT | Enum | 이 이미지는 왼쪽의 텍스트를 나눕니다. |
BREAK_RIGHT | Enum | 이 이미지는 오른쪽의 텍스트를 분할합니다. |
WRAP_TEXT | Enum | 텍스트가 텍스트로 둘러싸여 있는 이미지입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-01(UTC)
[null,null,["최종 업데이트: 2023-12-01(UTC)"],[[["`PositionedLayout` is an enum used to define the placement of a `PositionedImage` relative to the surrounding text in a Google Doc."],["It offers five options: `ABOVE_TEXT`, `BREAK_BOTH`, `BREAK_LEFT`, `BREAK_RIGHT`, and `WRAP_TEXT`, controlling how the image interacts with the text flow."],["To use these options, call the enum using `DocumentApp.PositionedLayout` followed by the desired property, like `DocumentApp.PositionedLayout.WRAP_TEXT`."]]],[]]