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