THPDFPage.TextOutBoxEx Method
메서드 요약: THPDFPage.TextOutBoxEx Method
선언
function TextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: AnsiString; Align: THPDFJustificationType): THPDFTextOutBoxResult;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
X | Left position of the text box |
Y | Top position of the text box |
LineSpacing | Line spacing used while laying out text |
BoxWidth | Text box width |
BoxHeight | Text box height |
Text | ANSI text to render |
Align | Horizontal justification mode |
반환 값
THPDFTextOutBoxResult with layout and overflow details
사용 참고
- Use this API when the caller needs to inspect text fitting results
- Use THPDFPage.TextOutBox for the simpler output-only workflow
관련 API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents