Enum LineCategory
LineCategory
선 카테고리입니다.
생성된 정확한 LineType
는 카테고리 및 다른 페이지 요소에 연결하기 위해 라우팅되는 방식에 따라 결정됩니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SlidesApp.LineCategory.STRAIGHT
을 예로 들 수 있습니다.
속성
속성 | 유형 | 설명 |
UNSUPPORTED | Enum | 지원되지 않는 선 카테고리입니다. |
STRAIGHT | Enum | 직선 커넥터 1. |
BENT | Enum | 구부러진 커넥터 2~5를 포함한 구부러진 커넥터 |
CURVED | Enum | 곡선 커넥터 2~5를 포함한 곡선 커넥터 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-01(UTC)
[null,null,["최종 업데이트: 2023-12-01(UTC)"],[[["`LineCategory` defines the type of line used to connect elements in Google Slides, with options like straight, bent, and curved."],["The specific `LineType` is automatically determined based on the chosen `LineCategory` and how it connects to other elements on the page."],["You can access specific line categories using the enum structure like `SlidesApp.LineCategory.STRAIGHT` to specify the desired line type in your code."],["Several line categories are available, including `STRAIGHT`, `BENT`, `CURVED`, and `UNSUPPORTED` for types not currently implemented."]]],[]]