THotPDF.PlaceLayoutElement Method
맞는 layout element 또는 검증된 split head를 그리고 소유권 있는 continuation fragment를 반환합니다
선언
function PlaceLayoutElement(Element: THPDFLayoutElement; const Bounds: THPDFLayoutBounds; out Overflow: THPDFLayoutOverflow): boolean;
유닛
HPDFDoc
매개변수
| 이름 | 목적 |
|---|---|
Element | 배치하거나 split할 caller 소유 element |
Bounds | 활성 페이지에서 사용 가능한 위치와 크기 |
Overflow | element가 split되면 소유권 있는 continuation을 받고, 그렇지 않으면 nil |
반환 값
완전한 element 또는 검증된 배치 fragment가 그려졌을 때 True를 반환합니다
사용 참고 사항
- split은 배치된 element와 overflow element를 모두 제공해야 합니다
- 배치된 fragment는 다시 측정되며 Draw를 호출하기 전에 들어가야 합니다
- 반환된 THPDFLayoutOverflow는 DetachElement를 호출할 때까지 continuation을 소유합니다